From 34706efab43c7e031d660438f05d6d775fd546a8 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 14 Feb 2012 21:15:43 -0800 Subject: [PATCH] Spelling fixes. --- doc/emacs/ack.texi | 2 +- doc/lispref/macros.texi | 2 +- doc/lispref/variables.texi | 2 +- 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. -- 2.39.2