From 1eb5bb06a5bf7d7cf3abc9a8dbff25bbb632cdab Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Tue, 28 Jul 2015 10:44:04 +0200 Subject: [PATCH] oddmuse-curl.el: help users see reload command --- contrib/oddmuse-curl.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/contrib/oddmuse-curl.el b/contrib/oddmuse-curl.el index f3a530bd..814a2029 100644 --- a/contrib/oddmuse-curl.el +++ b/contrib/oddmuse-curl.el @@ -602,7 +602,7 @@ This command is used to reflect new pages to `oddmuse-pages-hash'." ("{{{.*?}}}" 0 '(face shadow help-echo "Creole code")) - ("^{{{\n\\(.*\n\\)+?}}}\n" + ("^{{{\\(.*\n\\)+?}}}\n" 0 '(face shadow help-echo "Creole multiline code"))) "Implement markup rules for the Creole markup extension. @@ -841,7 +841,9 @@ WIKI is the name of the wiki as defined in `oddmuse-wikis', PAGENAME is the pagename of the page you want to edit. If the page is already in a buffer, pop to that buffer instead of loading the page Use a prefix argument to force a reload of the -page." +page. Use \\[oddmuse-reload] to reload the list of pages +available if you changed the URL in `oddmuse-wikis' or if other +people have been editing the wiki in the mean time." (interactive (oddmuse-pagename)) (make-directory (concat oddmuse-directory "/" wiki) t) (let ((name (concat wiki ":" pagename)))