]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 15 Feb 2012 05:15:43 +0000 (21:15 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 15 Feb 2012 05:15:43 +0000 (21:15 -0800)
doc/emacs/ack.texi
doc/lispref/macros.texi
doc/lispref/variables.texi

index 5afbb9b14425ddc1176faf086c103c2e7decd148..77ee97b361e45b6a58a7435386e01e9126da272e 100644 (file)
@@ -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
index dca88d2b7c7bd465da0ee781199d0f4a70c77032..de9e1c405f073a33afb7b576c7cf2c4b424131e4 100644 (file)
@@ -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}))
index ab3a4edc0ac00d5dcd11402da8d4e64ea69b6b40..94e71c96d0aea693454f02ee68af906653d10bb4 100644 (file)
@@ -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.