emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107289: Spelling fixes.


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107289: Spelling fixes.
Date: Tue, 14 Feb 2012 21:15:43 -0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107289
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Tue 2012-02-14 21:15:43 -0800
message:
  Spelling fixes.
modified:
  doc/emacs/ack.texi
  doc/lispref/macros.texi
  doc/lispref/variables.texi
=== modified file 'doc/emacs/ack.texi'
--- a/doc/emacs/ack.texi        2012-02-12 02:27:34 +0000
+++ b/doc/emacs/ack.texi        2012-02-15 05:15:43 +0000
@@ -1250,7 +1250,7 @@
 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

=== modified file 'doc/lispref/macros.texi'
--- a/doc/lispref/macros.texi   2012-02-05 06:44:47 +0000
+++ b/doc/lispref/macros.texi   2012-02-15 05:15:43 +0000
@@ -605,7 +605,7 @@
 
   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}))

=== modified file 'doc/lispref/variables.texi'
--- a/doc/lispref/variables.texi        2012-02-07 06:34:52 +0000
+++ b/doc/lispref/variables.texi        2012-02-15 05:15:43 +0000
@@ -303,7 +303,7 @@
 
   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.
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]