From: Paul Eggert Date: Wed, 8 Jan 2014 22:13:19 +0000 (+0000) Subject: Spelling fixes X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=1d665972bde4e7f61ca1e0037ba01d3e068e0b08 Spelling fixes --- diff --git a/lisp/gmm-utils.el b/lisp/gmm-utils.el index 6553f3740..459a78661 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 51b2e3ef0..a3038a1bf 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. dmoore@ucsd.edu 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 4faf7b8d3..2817b5402 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"