emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111138: Spelling fixes.


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111138: Spelling fixes.
Date: Thu, 06 Dec 2012 18:37:20 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111138
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Thu 2012-12-06 18:37:20 -0800
message:
  Spelling fixes.
modified:
  doc/lispref/internals.texi
  doc/lispref/symbols.texi
  doc/misc/erc.texi
  lisp/faces.el
  lisp/mh-e/mh-e.el
  lisp/subr.el
=== modified file 'doc/lispref/internals.texi'
--- a/doc/lispref/internals.texi        2012-12-07 01:47:14 +0000
+++ b/doc/lispref/internals.texi        2012-12-07 02:37:20 +0000
@@ -293,7 +293,7 @@
 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 @@
 @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

=== modified file 'doc/lispref/symbols.texi'
--- a/doc/lispref/symbols.texi  2012-12-05 22:27:56 +0000
+++ b/doc/lispref/symbols.texi  2012-12-07 02:37:20 +0000
@@ -563,7 +563,7 @@
 Safety}) as well as for byte compiler optimizations.  Do not set it.
 
 @item variable-documentation
-If address@hidden, this specifies the named vaariable's documentation
+If address@hidden, this specifies the named variable's documentation
 string.  This is set automatically by @code{defvar} and related
 functions.  @xref{Defining Faces}.
 @end table

=== modified file 'doc/misc/erc.texi'
--- a/doc/misc/erc.texi 2012-12-05 22:27:56 +0000
+++ b/doc/misc/erc.texi 2012-12-07 02:37:20 +0000
@@ -752,7 +752,7 @@
 @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
 
 

=== modified file 'lisp/faces.el'
--- a/lisp/faces.el     2012-11-25 04:50:20 +0000
+++ b/lisp/faces.el     2012-12-07 02:37:20 +0000
@@ -1622,7 +1622,7 @@
   (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

=== modified file 'lisp/mh-e/mh-e.el'
--- a/lisp/mh-e/mh-e.el 2012-11-25 18:26:38 +0000
+++ b/lisp/mh-e/mh-e.el 2012-12-07 02:37:20 +0000
@@ -2663,7 +2663,7 @@
     "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 @@
     "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:"

=== modified file 'lisp/subr.el'
--- a/lisp/subr.el      2012-11-27 03:10:32 +0000
+++ b/lisp/subr.el      2012-12-07 02:37:20 +0000
@@ -2628,7 +2628,7 @@
 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]