summaryrefslogtreecommitdiff
path: root/lisp/gnus
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-01-08 11:16:10 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2014-01-08 11:16:10 -0800
commit136b74c53a66ae5607e0604246dc127718d3c5e6 (patch)
treece2e77dfa265dabe346dcdb38a8e3adc12b599aa /lisp/gnus
parenta129f1df5ddf94299dae724856b73e5d0b2c9095 (diff)
downloademacs-136b74c53a66ae5607e0604246dc127718d3c5e6.tar.gz
emacs-136b74c53a66ae5607e0604246dc127718d3c5e6.tar.bz2
emacs-136b74c53a66ae5607e0604246dc127718d3c5e6.zip
Spelling fixes.
* lisp/language/china-util.el (hz-ascii-designation): Rename from hz-ascii-designnation. (hz-ascii-designation): Rename from hz-ascii-designnation. All uses changed. * lisp/cedet/semantic/decorate/include.el (semantic-decoration-mouse-3): Rename from semantic-decoratiton-mouse-3. All uses changed. * lisp/org/org-irc.el (org-irc-ellipsify-description): Rename from org-irc-elipsify-description. All uses changed.
Diffstat (limited to 'lisp/gnus')
-rw-r--r--lisp/gnus/gmm-utils.el2
-rw-r--r--lisp/gnus/gnus-util.el2
-rw-r--r--lisp/gnus/nnmail.el2
3 files changed, 3 insertions, 3 deletions
diff --git a/lisp/gnus/gmm-utils.el b/lisp/gnus/gmm-utils.el
index a993a544e3f..8ce29323088 100644
--- a/lisp/gnus/gmm-utils.el
+++ b/lisp/gnus/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/gnus-util.el b/lisp/gnus/gnus-util.el
index 51b2e3ef05f..a3038a1bfe5 100644
--- a/lisp/gnus/gnus-util.el
+++ b/lisp/gnus/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/gnus/nnmail.el b/lisp/gnus/nnmail.el
index 4faf7b8d381..2817b54020a 100644
--- a/lisp/gnus/nnmail.el
+++ b/lisp/gnus/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"