From: Paul Eggert Date: Fri, 7 Dec 2012 02:37:20 +0000 (-0800) Subject: Spelling fixes. X-Git-Tag: emacs-24.3.90~173^2~9^2~23 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f24f2e22aab32f2ec9613bcce95d995052f78009;p=emacs.git Spelling fixes. --- diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi index f806cb9de71..830a00ec9e6 100644 --- a/doc/lispref/internals.texi +++ b/doc/lispref/internals.texi @@ -293,7 +293,7 @@ the number of those objects that are not live but that Emacs keeps around for future allocations. So an overall result is: @example -((@code{conses} @var{cons-size} @var{used-conse} @var{free-conses}) +((@code{conses} @var{cons-size} @var{used-conses} @var{free-conses}) (@code{symbols} @var{symbol-size} @var{used-symbols} @var{free-symbols}) (@code{miscs} @var{misc-size} @var{used-miscs} @var{free-miscs}) (@code{strings} @var{string-size} @var{used-strings} @var{free-strings}) @@ -886,7 +886,7 @@ knows about it. @cindex object internals Emacs Lisp provides a rich set of the data types. Some of them, like cons -cells, integers and stirngs, are common to nearly all Lisp dialects. Some +cells, integers and strings, are common to nearly all Lisp dialects. Some others, like markers and buffers, are quite special and needed to provide the basic support to write editor commands in Lisp. To implement such a variety of object types and provide an efficient way to pass objects between diff --git a/doc/lispref/symbols.texi b/doc/lispref/symbols.texi index 274297e46f6..02cb83451c1 100644 --- a/doc/lispref/symbols.texi +++ b/doc/lispref/symbols.texi @@ -563,7 +563,7 @@ side-effects, for determining function safety (@pxref{Function Safety}) as well as for byte compiler optimizations. Do not set it. @item variable-documentation -If non-@code{nil}, this specifies the named vaariable's documentation +If non-@code{nil}, this specifies the named variable's documentation string. This is set automatically by @code{defvar} and related functions. @xref{Defining Faces}. @end table diff --git a/doc/misc/erc.texi b/doc/misc/erc.texi index 7b8b9176848..8c8e0b56cd0 100644 --- a/doc/misc/erc.texi +++ b/doc/misc/erc.texi @@ -752,7 +752,7 @@ If non, @code{nil}, this is a list of IRC message types to hide, e.g.: @defopt erc-lurker-hide-list Like @code{erc-hide-list}, but only applies to messages sent by lurkers. The function @code{erc-lurker-p} determines whether a given -nickname is considerd a lurker. +nickname is considered a lurker. @end defopt diff --git a/lisp/faces.el b/lisp/faces.el index 2a0b77b19c4..280d85c34e9 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1622,7 +1622,7 @@ the face's attributes on existing frames." (if (memq spec-type '(reset saved-face)) (put face 'customized-face nil)) ;; Setting the face spec via Custom empties out any override spec, - ;; similar to how setting a variable via Custom changes its valus. + ;; similar to how setting a variable via Custom changes its values. (if (memq spec-type '(customized-face saved-face reset)) (put face 'face-override-spec nil)) ;; If we reset the face based on its custom spec, it is unmodified diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index 69968dac5f7..3b37b9e799c 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el @@ -2663,7 +2663,7 @@ of citations entirely, choose \"None\"." "X-Mail-from:" ; fastmail.fm "X-MAIL-INFO:" ; NetZero "X-Mailer_" - "X-MailFlowPolicy:" ; Cicso ironport (http://www.ironport.com) + "X-MailFlowPolicy:" ; Cisco Email Security (formerly IronPort; http://www.ironport.com) "X-Mailing-List:" ; Unknown mailing list managers "X-MailingID:" "X-Mailman-Approved-At:" ; Mailman mailing list manager @@ -2743,7 +2743,7 @@ of citations entirely, choose \"None\"." "X-Scanned-By:" "X-Sender-ID:" ; Google+ "X-Sender:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ - "X-Sendergroup:" ; Cicso ironport (http://www.ironport.com) + "X-Sendergroup:" ; Cisco Email Security (formerly IronPort; http://www.ironport.com) "X-Server-Date:" "X-Server-Uuid:" "X-Service-Code:" diff --git a/lisp/subr.el b/lisp/subr.el index c0cb026fdf9..edc2927d673 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -2628,7 +2628,7 @@ This variable is meaningful on MS-DOG and MS-Windows. On those systems, it is automatically local in every buffer. On other systems, this variable is normally always nil. -WARNING: This variable is obsolete and will disapper Real Soon Now. +WARNING: This variable is obsolete and will disappear Real Soon Now. Don't use it!") ;; The `assert' macro from the cl package signals