From 0d7f66a07a39530d8607f6ace37839d49eba3fba Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 10 Dec 2014 02:12:25 +0000 Subject: [PATCH] Fix misspellings like "an unibyte buffer" --- lisp/mm-decode.el | 2 +- lisp/nnweb.el | 2 +- texi/gnus-faq.texi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/mm-decode.el b/lisp/mm-decode.el index cde0af036..f5b4d7cba 100644 --- a/lisp/mm-decode.el +++ b/lisp/mm-decode.el @@ -647,7 +647,7 @@ MIME-Version header before proceeding." (unless from (setq from (mail-fetch-field "from"))) ;; FIXME: In some circumstances, this code is running within - ;; an unibyte macro. mail-extract-address-components + ;; a unibyte macro. mail-extract-address-components ;; creates unibyte buffers. This `if', though not a perfect ;; solution, avoids most of them. (if from diff --git a/lisp/nnweb.el b/lisp/nnweb.el index e909372e8..680248426 100644 --- a/lisp/nnweb.el +++ b/lisp/nnweb.el @@ -438,7 +438,7 @@ Valid types include `google', `dejanews', and `gmane'.") t) (defun nnweb-google-identity (url) - "Return an unique identifier based on URL." + "Return a unique identifier based on URL." (if (string-match "selm=\\([^ &>]+\\)" url) (match-string 1 url) url)) diff --git a/texi/gnus-faq.texi b/texi/gnus-faq.texi index 83fff5e94..3e01fab75 100644 --- a/texi/gnus-faq.texi +++ b/texi/gnus-faq.texi @@ -1649,7 +1649,7 @@ aren't they and how to fix it? @subsubheading Answer -The message-ID is an unique identifier for messages you +The message-ID is a unique identifier for messages you send. To make it unique, Gnus need to know which machine name to put after the "@@". If the name of the machine where Gnus is running isn't suitable (it probably isn't -- 2.25.1