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 /doc | |
| parent | 39670ef4675252df65122fa9c7cf32454a1abf51 (diff) | |
| download | emacs-f24f2e22aab32f2ec9613bcce95d995052f78009.tar.gz emacs-f24f2e22aab32f2ec9613bcce95d995052f78009.zip | |
Spelling fixes.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/internals.texi | 4 | ||||
| -rw-r--r-- | doc/lispref/symbols.texi | 2 | ||||
| -rw-r--r-- | doc/misc/erc.texi | 2 |
3 files changed, 4 insertions, 4 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 | ||