From 9a15570dc85b5494c7cc93c2d2c25cf40c1c93d5 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 19 May 2015 22:25:31 +0000 Subject: [PATCH] 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. --- 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(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0d5d32d64..223fdd208 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2015-05-19 Paul Eggert + + * 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 * format-spec.el (format-spec, format-spec-make): Work for XEmacs. diff --git a/lisp/canlock.el b/lisp/canlock.el index 4082b8723..6ebd53380 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 331b99b86..df54f74e4 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 70f2f08dc..5ed8bf4d2 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 ff839d7f1..69a2482f6 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) -- 2.25.1