]> git.eshelyaron.com Git - emacs.git/commitdiff
(Specifying File Variables, Safe File Variables):
authorJuri Linkov <juri@jurta.org>
Sun, 19 Jul 2009 16:57:12 +0000 (16:57 +0000)
committerJuri Linkov <juri@jurta.org>
Sun, 19 Jul 2009 16:57:12 +0000 (16:57 +0000)
"variables/value pairs" -> "variable/value pairs".

doc/emacs/ChangeLog
doc/emacs/custom.texi

index b182057ffe8873ae9a3b1a609def648e05d5c90d..ae65a9641a6c8a36799ed1f0da1fff9395bc0e4d 100644 (file)
@@ -1,3 +1,8 @@
+2009-07-19  Juri Linkov  <juri@jurta.org>
+
+       * custom.texi (Specifying File Variables, Safe File Variables):
+       "variables/value pairs" -> "variable/value pairs".
+
 2009-07-15  Glenn Morris  <rgm@gnu.org>
 
        * misc.texi (Gnus): Remove widow.
index f0a63855f2dfacad4e2f29fc2164c9f02c3659b6..9295d97b1cba558cf08ec97aacebad70099fa37a 100644 (file)
@@ -1082,7 +1082,7 @@ first line:
 @end example
 
 @noindent
-You can specify any number of variables/value pairs in this way, each
+You can specify any number of variable/value pairs in this way, each
 pair with a colon and semicolon as shown above.  @code{mode:
 @var{modename};} specifies the major mode; this should come first in the
 line.  The @var{value}s are not evaluated; they are used literally.
@@ -1214,7 +1214,7 @@ effect, or @kbd{n} to ignore it.  When Emacs is run in batch mode
 (@pxref{Initial Options}), it can't really ask you, so it assumes the
 answer @kbd{n}.
 
-  Emacs normally recognizes certain variables/value pairs as safe.
+  Emacs normally recognizes certain variable/value pairs as safe.
 For instance, it is safe to give @code{comment-column} or
 @code{fill-column} any integer value.  If a file specifies only
 known-safe variable/value pairs, Emacs does not ask for confirmation