[gnus git] branch master updated: m0-7-283-g1d66597 =1= Spelling fixes
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 1d665972bde4e7f61ca1e0037ba01d3e068e0b08 (commit)
from 1d2e6ea95b8484b4cb63db06b9179cd676be3ac7 (commit)
- Log -----------------------------------------------------------------
commit 1d665972bde4e7f61ca1e0037ba01d3e068e0b08
Author: Paul Eggert <[email protected]>
Date: Wed Jan 8 22:13:19 2014 +0000
Spelling fixes
diff --git a/lisp/gmm-utils.el b/lisp/gmm-utils.el
index 6553f37..459a786 100644
--- a/lisp/gmm-utils.el
+++ b/lisp/gmm-utils.el
@@ -99,7 +99,7 @@ ARGS are passed to `message'."
;; Copy of the `nnmail-lazy' code from `nnmail.el':
(define-widget 'gmm-lazy 'default
- "Base widget for recursive datastructures.
+ "Base widget for recursive data structures.
This is a copy of the `lazy' widget in Emacs 22.1 provided for compatibility."
:format "%{%t%}: %v"
diff --git a/lisp/gnus-util.el b/lisp/gnus-util.el
index 51b2e3e..a3038a1 100644
--- a/lisp/gnus-util.el
+++ b/lisp/gnus-util.el
@@ -937,7 +937,7 @@ Otherwise, return the value."
'previous-extent-change 'previous-char-property-change))
;;; Protected and atomic operations. [email protected] 21.11.1996
-;; The primary idea here is to try to protect internal datastructures
+;; The primary idea here is to try to protect internal data structures
;; from becoming corrupted when the user hits C-g, or if a hook or
;; similar blows up. Often in Gnus multiple tables/lists need to be
;; updated at the same time, or information can be lost.
diff --git a/lisp/nnmail.el b/lisp/nnmail.el
index 4faf7b8..2817b54 100644
--- a/lisp/nnmail.el
+++ b/lisp/nnmail.el
@@ -374,7 +374,7 @@ messages will be shown to indicate the current status."
(number :tag "count")))
(define-widget 'nnmail-lazy 'default
- "Base widget for recursive datastructures.
+ "Base widget for recursive data structures.
This is copy of the `lazy' widget in Emacs 22.1 provided for compatibility."
:format "%{%t%}: %v"
-----------------------------------------------------------------------
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/gmm-utils.el | 2 +-
lisp/gnus-util.el | 2 +-
lisp/nnmail.el | 2 +-
3 files changed, 3 insertions(+), 3 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