summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-08-22 16:51:38 -0400
committerKyle Meyer <kyle@kyleam.com>2015-08-22 16:51:38 -0400
commit0712154a0ba5aa99b59210ac2ab96076ede4cdf2 (patch)
tree5bd565c06fe32dbd3e9a00590830ec4aa2f6f5cd
parent949fc352cb21b070109202e8a62e42e7ea76a030 (diff)
downloadorg-mode-0712154a0ba5aa99b59210ac2ab96076ede4cdf2.tar.gz
Backport commit c1cacb0 from Emacs master branch
* lisp/org-gnus.el (org-gnus-no-new-news): Prefer (substitute-command-keys "`\\[foo-command]'") to "`M-x foo-command'" in docstrings and the like. Avoid hard-coding "M-x command" in docstrings c1cacb09948928287bfc32745f2a92604d3291c4 Paul Eggert Fri Aug 21 14:09:47 2015 -0700
-rw-r--r--lisp/org-gnus.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el
index 665078d..c7b46af 100644
--- a/lisp/org-gnus.el
+++ b/lisp/org-gnus.el
@@ -295,7 +295,7 @@ If `org-store-link' was called with a prefix arg the meaning of
(group (gnus-group-jump-to-group group))))
(defun org-gnus-no-new-news ()
- "Like `M-x gnus' but doesn't check for new news."
+ "Like `\\[gnus]' but doesn't check for new news."
(if (not (gnus-alive-p)) (if org-gnus-no-server (gnus-no-server) (gnus))))
(provide 'org-gnus)