aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorBasil L. Contovounesios2019-03-05 20:24:41 +0000
committerBasil L. Contovounesios2019-03-05 20:24:41 +0000
commit099ef446c2c1014727cfe98268fe468eb2e8828b (patch)
treedd2cb05133c1862b85197c4dd727e38a96b896cf /lisp
parent52fd40068e0f8b41bd29eaec1334299eb86d0bff (diff)
downloademacs-099ef446c2c1014727cfe98268fe468eb2e8828b.tar.gz
emacs-099ef446c2c1014727cfe98268fe468eb2e8828b.zip
Minor spelling and grammar fixes (bug#34756)
doc/misc/cc-mode.texi (Style Variables, Customizing Indentation): doc/misc/ede.texi (Extending EDE, ede-project-placeholder) (ede-target, ede-proj-target, ede-compilation-program, ede-compiler) (ede-linker): Remove apostrophe from possessive "it's". doc/lispintro/emacs-lisp-intro.texi (Find a File): doc/misc/gnus-faq.texi (FAQ 2-2): Write "an other" as a single word. doc/misc/gnus.texi (Article Buttons): lisp/gnus/gnus-art.el (gnus-button-mid-or-mail-heuristic-alist) (gnus-button-mid-or-mail-heuristic): Write singular number of Message-IDs, rather than plural. lisp/gnus/message.el (message-user-fqdn): Capitalize initialism.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/gnus-art.el4
-rw-r--r--lisp/gnus/message.el2
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el
index 9cd5a1f6435..4eb6249490e 100644
--- a/lisp/gnus/gnus-art.el
+++ b/lisp/gnus/gnus-art.el
@@ -7504,7 +7504,7 @@ must return `mid', `mail', `invalid' or `ask'."
7504 (2.0 . "^[A-Z][a-z][A-Z][a-z][a-z][^a-z]")) ;; ^[A-Z][a-z]{4,4} 7504 (2.0 . "^[A-Z][a-z][A-Z][a-z][a-z][^a-z]")) ;; ^[A-Z][a-z]{4,4}
7505 "An alist of (RATE . REGEXP) pairs for `gnus-button-mid-or-mail-heuristic'. 7505 "An alist of (RATE . REGEXP) pairs for `gnus-button-mid-or-mail-heuristic'.
7506 7506
7507A negative RATE indicates a message IDs, whereas a positive indicates a mail 7507A negative RATE indicates a message ID, whereas a positive indicates a mail
7508address. The REGEXP is processed with `case-fold-search' set to nil." 7508address. The REGEXP is processed with `case-fold-search' set to nil."
7509 :version "22.1" 7509 :version "22.1"
7510 :group 'gnus-article-buttons 7510 :group 'gnus-article-buttons
@@ -7513,7 +7513,7 @@ address. The REGEXP is processed with `case-fold-search' set to nil."
7513 7513
7514(defun gnus-button-mid-or-mail-heuristic (mid-or-mail) 7514(defun gnus-button-mid-or-mail-heuristic (mid-or-mail)
7515 "Guess whether MID-OR-MAIL is a message ID or a mail address. 7515 "Guess whether MID-OR-MAIL is a message ID or a mail address.
7516Returns `mid' if MID-OR-MAIL is a message IDs, `mail' if it's a mail 7516Returns `mid' if MID-OR-MAIL is a message ID, `mail' if it's a mail
7517address, `ask' if unsure and `invalid' if the string is invalid." 7517address, `ask' if unsure and `invalid' if the string is invalid."
7518 (let ((case-fold-search nil) 7518 (let ((case-fold-search nil)
7519 (list gnus-button-mid-or-mail-heuristic-alist) 7519 (list gnus-button-mid-or-mail-heuristic-alist)
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index 0d166fb8ce0..d260bdb2a2c 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -1741,7 +1741,7 @@ no, only reply back to the author."
1741 :type 'boolean) 1741 :type 'boolean)
1742 1742
1743(defcustom message-user-fqdn nil 1743(defcustom message-user-fqdn nil
1744 "Domain part of Message-Ids." 1744 "Domain part of Message-IDs."
1745 :version "22.1" 1745 :version "22.1"
1746 :group 'message-headers 1746 :group 'message-headers
1747 :link '(custom-manual "(message)News Headers") 1747 :link '(custom-manual "(message)News Headers")