aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2012-12-06 18:37:20 -0800
committerPaul Eggert2012-12-06 18:37:20 -0800
commitf24f2e22aab32f2ec9613bcce95d995052f78009 (patch)
tree300218bafe2cad69def84e36a8b6b77c8b97e92d /doc
parent39670ef4675252df65122fa9c7cf32454a1abf51 (diff)
downloademacs-f24f2e22aab32f2ec9613bcce95d995052f78009.tar.gz
emacs-f24f2e22aab32f2ec9613bcce95d995052f78009.zip
Spelling fixes.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/internals.texi4
-rw-r--r--doc/lispref/symbols.texi2
-rw-r--r--doc/misc/erc.texi2
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
293future allocations. So an overall result is: 293future 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
889cells, integers and stirngs, are common to nearly all Lisp dialects. Some 889cells, integers and strings, are common to nearly all Lisp dialects. Some
890others, like markers and buffers, are quite special and needed to provide 890others, like markers and buffers, are quite special and needed to provide
891the basic support to write editor commands in Lisp. To implement such 891the basic support to write editor commands in Lisp. To implement such
892a variety of object types and provide an efficient way to pass objects between 892a 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
563Safety}) as well as for byte compiler optimizations. Do not set it. 563Safety}) as well as for byte compiler optimizations. Do not set it.
564 564
565@item variable-documentation 565@item variable-documentation
566If non-@code{nil}, this specifies the named vaariable's documentation 566If non-@code{nil}, this specifies the named variable's documentation
567string. This is set automatically by @code{defvar} and related 567string. This is set automatically by @code{defvar} and related
568functions. @xref{Defining Faces}. 568functions. @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
753Like @code{erc-hide-list}, but only applies to messages sent by 753Like @code{erc-hide-list}, but only applies to messages sent by
754lurkers. The function @code{erc-lurker-p} determines whether a given 754lurkers. The function @code{erc-lurker-p} determines whether a given
755nickname is considerd a lurker. 755nickname is considered a lurker.
756@end defopt 756@end defopt
757 757
758 758