summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-02-14 21:15:43 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2012-02-14 21:15:43 -0800
commit34706efab43c7e031d660438f05d6d775fd546a8 (patch)
tree5408e71b4eae81f0f62740496a922d6dcd2d6727
parentc3a70e2b95e4cf41b1a671f7d721f0ba4aaff679 (diff)
downloademacs-34706efab43c7e031d660438f05d6d775fd546a8.tar.gz
Spelling fixes.
-rw-r--r--doc/emacs/ack.texi2
-rw-r--r--doc/lispref/macros.texi2
-rw-r--r--doc/lispref/variables.texi2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs/ack.texi b/doc/emacs/ack.texi
index 5afbb9b1442..77ee97b361e 100644
--- a/doc/emacs/ack.texi
+++ b/doc/emacs/ack.texi
@@ -1250,7 +1250,7 @@ Daiki Ueno wrote @file{starttls.el}, support for Transport Layer
Security protocol; @file{sasl-cram.el} and @file{sasl-digest.el} (with
Kenichi Okada), and @file{sasl.el}, support for Simple Authentication
and Security Layer (SASL); @file{plstore.el} for secure storage of
-propery lists; and the EasyPG (and its predecessor PGG)
+property lists; and the EasyPG (and its predecessor PGG)
package, for GnuPG and PGP support.
@item
diff --git a/doc/lispref/macros.texi b/doc/lispref/macros.texi
index dca88d2b7c7..de9e1c405f0 100644
--- a/doc/lispref/macros.texi
+++ b/doc/lispref/macros.texi
@@ -605,7 +605,7 @@ either.
Within a macro definition, you can use the @code{declare} form
(@pxref{Defining Macros}) to specify how to @key{TAB} should indent
-calls to the macro. An indentation specifiction is written like this:
+calls to the macro. An indentation specification is written like this:
@example
(declare (indent @var{indent-spec}))
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi
index ab3a4edc0ac..94e71c96d0a 100644
--- a/doc/lispref/variables.texi
+++ b/doc/lispref/variables.texi
@@ -303,7 +303,7 @@ If a variable is void, trying to evaluate the variable signals a
Under lexical binding rules, the value cell only holds the
variable's global value, i.e.@: the value outside of any lexical
-binding contruct. When a variable is lexically bound, the local value
+binding construct. When a variable is lexically bound, the local value
is determined by the lexical environment; the variable may have a
local value if its symbol's value cell is unassigned.