]> 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 880994a8fa9fcb4e3e5cda87b092fd3aa28465ab..06f00a4950c1d329c00a11fc70aa5348c44223cf 100644 (file)
@@ -60,7 +60,7 @@ Normally, this translation is done by querying the IMAP server,
 which is usually very fast.  Unfortunately, some (maybe badly
 configured) IMAP servers don't support this operation quickly.
 So if following a link to a Gnus article takes ages, try setting
-this variable to `t'."
+this variable to t."
   :group 'org-link-store
   :version "24.1"
   :type 'boolean)
@@ -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)