summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTassilo Horn <tassilo@member.fsf.org>2010-05-28 19:01:50 +0000
committerJohn Wiegley <johnw@newartisans.com>2010-05-28 15:46:37 -0600
commit185625c810111a71f90e2c39a5036e386db60241 (patch)
tree2b0d41a0efdc6bc730a01210dc80fc28db57a18f
parent963f830b2e4a1e37fce8947acd381a81a429ba2c (diff)
downloadorg-mode-185625c810111a71f90e2c39a5036e386db60241.tar.gz
org-gnus.el: Mention also Gmane in org-gnus-prefer-web-links
* org-gnus.el (org-gnus-prefer-web-links): Mention also Gmane in the doc string.
-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 7c668ee..a41de2e 100644
--- a/lisp/org-gnus.el
+++ b/lisp/org-gnus.el
@@ -48,7 +48,7 @@
(defvaralias 'org-usenet-links-prefer-google 'org-gnus-prefer-web-links))
(defcustom org-gnus-prefer-web-links nil
- "Non-nil means `org-store-link' will create web links to Google groups.
+ "If non-nil, `org-store-link' creates web links to Google groups or Gmane.
When nil, Gnus will be used for such links.
Using a prefix arg to the command \\[org-store-link] (`org-store-link')
negates this setting for the duration of the command."