diff options
| author | Paul Eggert | 2012-12-06 18:37:20 -0800 |
|---|---|---|
| committer | Paul Eggert | 2012-12-06 18:37:20 -0800 |
| commit | f24f2e22aab32f2ec9613bcce95d995052f78009 (patch) | |
| tree | 300218bafe2cad69def84e36a8b6b77c8b97e92d | |
| parent | 39670ef4675252df65122fa9c7cf32454a1abf51 (diff) | |
| download | emacs-f24f2e22aab32f2ec9613bcce95d995052f78009.tar.gz emacs-f24f2e22aab32f2ec9613bcce95d995052f78009.zip | |
Spelling fixes.
| -rw-r--r-- | doc/lispref/internals.texi | 4 | ||||
| -rw-r--r-- | doc/lispref/symbols.texi | 2 | ||||
| -rw-r--r-- | doc/misc/erc.texi | 2 | ||||
| -rw-r--r-- | lisp/faces.el | 2 | ||||
| -rw-r--r-- | lisp/mh-e/mh-e.el | 4 | ||||
| -rw-r--r-- | lisp/subr.el | 2 |
6 files changed, 8 insertions, 8 deletions
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 | |||
| 293 | future allocations. So an overall result is: | 293 | future allocations. So an overall result is: |
| 294 | 294 | ||
| 295 | @example | 295 | @example |
| 296 | ((@code{conses} @var{cons-size} @var{used-conse} @var{free-conses}) | 296 | ((@code{conses} @var{cons-size} @var{used-conses} @var{free-conses}) |
| 297 | (@code{symbols} @var{symbol-size} @var{used-symbols} @var{free-symbols}) | 297 | (@code{symbols} @var{symbol-size} @var{used-symbols} @var{free-symbols}) |
| 298 | (@code{miscs} @var{misc-size} @var{used-miscs} @var{free-miscs}) | 298 | (@code{miscs} @var{misc-size} @var{used-miscs} @var{free-miscs}) |
| 299 | (@code{strings} @var{string-size} @var{used-strings} @var{free-strings}) | 299 | (@code{strings} @var{string-size} @var{used-strings} @var{free-strings}) |
| @@ -886,7 +886,7 @@ knows about it. | |||
| 886 | @cindex object internals | 886 | @cindex object internals |
| 887 | 887 | ||
| 888 | Emacs Lisp provides a rich set of the data types. Some of them, like cons | 888 | Emacs Lisp provides a rich set of the data types. Some of them, like cons |
| 889 | cells, integers and stirngs, are common to nearly all Lisp dialects. Some | 889 | cells, integers and strings, are common to nearly all Lisp dialects. Some |
| 890 | others, like markers and buffers, are quite special and needed to provide | 890 | others, like markers and buffers, are quite special and needed to provide |
| 891 | the basic support to write editor commands in Lisp. To implement such | 891 | the basic support to write editor commands in Lisp. To implement such |
| 892 | a variety of object types and provide an efficient way to pass objects between | 892 | 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 | |||
| 563 | Safety}) as well as for byte compiler optimizations. Do not set it. | 563 | Safety}) as well as for byte compiler optimizations. Do not set it. |
| 564 | 564 | ||
| 565 | @item variable-documentation | 565 | @item variable-documentation |
| 566 | If non-@code{nil}, this specifies the named vaariable's documentation | 566 | If non-@code{nil}, this specifies the named variable's documentation |
| 567 | string. This is set automatically by @code{defvar} and related | 567 | string. This is set automatically by @code{defvar} and related |
| 568 | functions. @xref{Defining Faces}. | 568 | functions. @xref{Defining Faces}. |
| 569 | @end table | 569 | @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.: | |||
| 752 | @defopt erc-lurker-hide-list | 752 | @defopt erc-lurker-hide-list |
| 753 | Like @code{erc-hide-list}, but only applies to messages sent by | 753 | Like @code{erc-hide-list}, but only applies to messages sent by |
| 754 | lurkers. The function @code{erc-lurker-p} determines whether a given | 754 | lurkers. The function @code{erc-lurker-p} determines whether a given |
| 755 | nickname is considerd a lurker. | 755 | nickname is considered a lurker. |
| 756 | @end defopt | 756 | @end defopt |
| 757 | 757 | ||
| 758 | 758 | ||
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." | |||
| 1622 | (if (memq spec-type '(reset saved-face)) | 1622 | (if (memq spec-type '(reset saved-face)) |
| 1623 | (put face 'customized-face nil)) | 1623 | (put face 'customized-face nil)) |
| 1624 | ;; Setting the face spec via Custom empties out any override spec, | 1624 | ;; Setting the face spec via Custom empties out any override spec, |
| 1625 | ;; similar to how setting a variable via Custom changes its valus. | 1625 | ;; similar to how setting a variable via Custom changes its values. |
| 1626 | (if (memq spec-type '(customized-face saved-face reset)) | 1626 | (if (memq spec-type '(customized-face saved-face reset)) |
| 1627 | (put face 'face-override-spec nil)) | 1627 | (put face 'face-override-spec nil)) |
| 1628 | ;; If we reset the face based on its custom spec, it is unmodified | 1628 | ;; 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\"." | |||
| 2663 | "X-Mail-from:" ; fastmail.fm | 2663 | "X-Mail-from:" ; fastmail.fm |
| 2664 | "X-MAIL-INFO:" ; NetZero | 2664 | "X-MAIL-INFO:" ; NetZero |
| 2665 | "X-Mailer_" | 2665 | "X-Mailer_" |
| 2666 | "X-MailFlowPolicy:" ; Cicso ironport (http://www.ironport.com) | 2666 | "X-MailFlowPolicy:" ; Cisco Email Security (formerly IronPort; http://www.ironport.com) |
| 2667 | "X-Mailing-List:" ; Unknown mailing list managers | 2667 | "X-Mailing-List:" ; Unknown mailing list managers |
| 2668 | "X-MailingID:" | 2668 | "X-MailingID:" |
| 2669 | "X-Mailman-Approved-At:" ; Mailman mailing list manager | 2669 | "X-Mailman-Approved-At:" ; Mailman mailing list manager |
| @@ -2743,7 +2743,7 @@ of citations entirely, choose \"None\"." | |||
| 2743 | "X-Scanned-By:" | 2743 | "X-Scanned-By:" |
| 2744 | "X-Sender-ID:" ; Google+ | 2744 | "X-Sender-ID:" ; Google+ |
| 2745 | "X-Sender:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2745 | "X-Sender:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2746 | "X-Sendergroup:" ; Cicso ironport (http://www.ironport.com) | 2746 | "X-Sendergroup:" ; Cisco Email Security (formerly IronPort; http://www.ironport.com) |
| 2747 | "X-Server-Date:" | 2747 | "X-Server-Date:" |
| 2748 | "X-Server-Uuid:" | 2748 | "X-Server-Uuid:" |
| 2749 | "X-Service-Code:" | 2749 | "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. | |||
| 2628 | On those systems, it is automatically local in every buffer. | 2628 | On those systems, it is automatically local in every buffer. |
| 2629 | On other systems, this variable is normally always nil. | 2629 | On other systems, this variable is normally always nil. |
| 2630 | 2630 | ||
| 2631 | WARNING: This variable is obsolete and will disapper Real Soon Now. | 2631 | WARNING: This variable is obsolete and will disappear Real Soon Now. |
| 2632 | Don't use it!") | 2632 | Don't use it!") |
| 2633 | 2633 | ||
| 2634 | ;; The `assert' macro from the cl package signals | 2634 | ;; The `assert' macro from the cl package signals |