[gnus git] branch master updated: m0-13-12-g9a15570 =1= Fix minor quoting problems in doc strings

Katsumi Yamaoka <[email protected]> Wed, 20 May 2015 00:25:49 +0200
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  9a15570dc85b5494c7cc93c2d2c25cf40c1c93d5 (commit)
      from  af97f404faa7a7276ab61e97ca203cc373cc6014 (commit)


- Log -----------------------------------------------------------------
commit 9a15570dc85b5494c7cc93c2d2c25cf40c1c93d5
Author: Paul Eggert <[email protected]>
Date:   Tue May 19 22:25:31 2015 +0000

    Fix minor quoting problems in doc strings
    
    These were glitches regardless of how or whether we tackle the
    problem of grave accent in doc strings.
    
    * gnus-art.el (gnus-treat-strip-list-identifiers)
    (gnus-article-mode-syntax-table):
    * gnus-group.el (gnus-group-nnimap-edit-acl):
    * canlock.el, deuglify.el: Fix minor quoting problems in doc strings,
    e.g., missing quote, ``x'' where `x' was meant, etc.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0d5d32d..223fdd2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2015-05-19  Paul Eggert  <[email protected]>
+
+	* gnus-art.el (gnus-treat-strip-list-identifiers)
+	(gnus-article-mode-syntax-table):
+	* gnus-group.el (gnus-group-nnimap-edit-acl):
+	* canlock.el, deuglify.el: Fix minor quoting problems in doc strings,
+	e.g., missing quote, ``x'' where `x' was meant, etc.
+
 2015-05-14  Katsumi Yamaoka  <[email protected]>
 
 	* format-spec.el (format-spec, format-spec-make): Work for XEmacs.
diff --git a/lisp/canlock.el b/lisp/canlock.el
index 4082b87..6ebd533 100644
--- a/lisp/canlock.el
+++ b/lisp/canlock.el
@@ -35,8 +35,9 @@
 ;; Verifying Cancel-Lock is mainly a function of news servers, however,
 ;; you can verify your own article using the command `canlock-verify' in
 ;; the (raw) article buffer.  You will be prompted for the password for
-;; each time if the option `canlock-password' or `canlock-password-for-
-;; verify' is nil.  Note that setting these options is a bit unsafe.
+;; each time if the option `canlock-password' or
+;; `canlock-password-for-verify' is nil.  Note that setting these
+;; options is a bit unsafe.
 
 ;;; Code:
 
diff --git a/lisp/deuglify.el b/lisp/deuglify.el
index 331b99b..df54f74 100644
--- a/lisp/deuglify.el
+++ b/lisp/deuglify.el
@@ -110,7 +110,7 @@
 ;; > Bye, John
 ;;
 ;; Repairing the attribution line will be done by function
-;; `gnus-article-outlook-repair-attribution which calls other function that
+;; `gnus-article-outlook-repair-attribution' which calls other function that
 ;; try to recognize and repair broken attribution lines.  See variable
 ;; `gnus-outlook-deuglify-attrib-cut-regexp' for stuff that should be
 ;; cut off from the beginning of an attribution line and variable
@@ -121,7 +121,7 @@
 ;; Rearranging the article so that the cited text appears above the
 ;; new text will be done by function
 ;; `gnus-article-outlook-rearrange-citation'.  This function calls
-;; `gnus-article-outlook-repair-attribution to find and repair an attribution
+;; `gnus-article-outlook-repair-attribution' to find and repair an attribution
 ;; line.
 ;;
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -177,14 +177,14 @@
 ;; As I said before there may (or will) be a few false positives on
 ;; unwrapping cited lines with `gnus-article-outlook-unwrap-lines'.
 ;;
-;; `gnus-article-outlook-repair-attribution will only fix the first
+;; `gnus-article-outlook-repair-attribution' will only fix the first
 ;; attribution line found in the article.  Furthermore it fixed to
 ;; certain kinds of attributions.  And there may be horribly many
 ;; false positives, vanishing lines and so on -- so don't trust your
 ;; eyes.  Again I recommend manual invocation.
 ;;
 ;; `gnus-article-outlook-rearrange-citation' carries all the limitations of
-;; `gnus-article-outlook-repair-attribution.
+;; `gnus-article-outlook-repair-attribution'.
 ;;
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;
diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el
index 70f2f08..5ed8bf4 100644
--- a/lisp/gnus-art.el
+++ b/lisp/gnus-art.el
@@ -1257,7 +1257,7 @@ how to control what it hides."
   :type gnus-article-treat-custom)
 
 (defcustom gnus-treat-strip-list-identifiers 'head
-  "Strip list identifiers from `gnus-list-identifiers`.
+  "Strip list identifiers from `gnus-list-identifiers'.
 Valid values are nil, t, `head', `first', `last', an integer or a
 predicate.  See Info node `(gnus)Customizing Articles'."
   :version "21.1"
@@ -1736,7 +1736,7 @@ regexp."
     (modify-syntax-entry ?` " " table)
     table)
   "Syntax table used in article mode buffers.
-Initialized from `text-mode-syntax-table.")
+Initialized from `text-mode-syntax-table'.")
 
 (defvar gnus-save-article-buffer nil)
 
diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el
index ff839d7..69a2482 100644
--- a/lisp/gnus-group.el
+++ b/lisp/gnus-group.el
@@ -3285,7 +3285,7 @@ mail messages or news articles in files that have numeric names."
 
    Rights is a string listing a (possibly empty) set of alphanumeric
    characters, each character listing a set of operations which is being
-   controlled.  Letters are reserved for ``standard'' rights, listed
+   controlled.  Letters are reserved for “standard” rights, listed
    below.  Digits are reserved for implementation or site defined rights.
 
    l - lookup (mailbox is visible to LIST/LSUB commands)

-----------------------------------------------------------------------
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/canlock.el    |    5 +++--
 lisp/deuglify.el   |    8 ++++----
 lisp/gnus-art.el   |    4 ++--
 lisp/gnus-group.el |    2 +-
 5 files changed, 18 insertions(+), 9 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