]> code.delx.au - gnu-emacs/blobdiff - lisp/org/org-gnus.el
Fix some more docstring etc. quoting problems
[gnu-emacs] / lisp / org / org-gnus.el
index 8b616f0a0ffeab81ad5b1e23c2fee861c19475f9..06f00a4950c1d329c00a11fc70aa5348c44223cf 100644 (file)
@@ -291,7 +291,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)