[gnus git] branch master updated: m0-5-251-gdce6b22 =1= gnus-start.el, gnus-sum.el: Fix ambiguous doc string cross-references
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via dce6b22d5eeda30a95764e97d697ed610966c624 (commit)
from f036ee4b99935a15584186aad375afce769affe1 (commit)
- Log -----------------------------------------------------------------
commit dce6b22d5eeda30a95764e97d697ed610966c624
Author: Aaron S. Hawley <[email protected]>
Date: Sat Jan 12 10:25:03 2013 +0000
gnus-start.el, gnus-sum.el: Fix ambiguous doc string cross-references
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e09bab9..fcd9b75 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2013-01-11 Aaron S. Hawley <[email protected]>
+
+ * 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 <[email protected]>
* gnus-art.el (gnus-mime-display-security): Use point-min-marker
diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el
index a664e93..9d0e8f7 100644
--- a/lisp/gnus-start.el
+++ b/lisp/gnus-start.el
@@ -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
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index 3c3f29e..41a47a6 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -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)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 8 ++++++++
lisp/gnus-start.el | 2 +-
lisp/gnus-sum.el | 2 +-
3 files changed, 10 insertions(+), 2 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project