gnus-start.el, gnus-sum.el: Fix ambiguous doc string cross-references
authorAaron S. Hawley <Aaron.Hawley@vtinfo.com>
Sat, 12 Jan 2013 10:25:03 +0000 (10:25 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sat, 12 Jan 2013 10:25:03 +0000 (10:25 +0000)
lisp/ChangeLog
lisp/gnus-start.el
lisp/gnus-sum.el

index e09bab9..fcd9b75 100644 (file)
@@ -1,3 +1,11 @@
+2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
+
+       * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
+       cross-reference(s).
+
+       * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
+       cross-reference(s).
+
 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
 
        * gnus-art.el (gnus-mime-display-security): Use point-min-marker
index a664e93..9d0e8f7 100644 (file)
@@ -110,7 +110,7 @@ ask the servers (primary, secondary, and archive servers) to list new
 groups since the last time it checked:
   1. This variable is `ask-server'.
   2. This variable is a list of select methods (see below).
-  3. `gnus-read-active-file' is nil or `some'.
+  3. Option `gnus-read-active-file' is nil or `some'.
   4. A prefix argument is given to `gnus-find-new-newsgroups' interactively.
 
 Thus, if this variable is `ask-server' or a list of select methods or
index 3c3f29e..41a47a6 100644 (file)
@@ -1167,7 +1167,7 @@ using `gnus-ignored-from-addresses'."
 
 (defcustom gnus-summary-newsgroup-prefix "=> "
   "*String prefixed to the Newsgroup field in the summary
-line when using `gnus-ignored-from-addresses'."
+line when using the option `gnus-ignored-from-addresses'."
   :version "22.1"
   :group 'gnus-summary
   :type 'string)