[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs/doc/emacs custom.texi
From: |
Juri Linkov |
Subject: |
[Emacs-diffs] emacs/doc/emacs custom.texi |
Date: |
Sun, 19 Jul 2009 16:57:05 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Juri Linkov <jurta> 09/07/19 16:57:05
Modified files:
doc/emacs : custom.texi
Log message:
(Specifying File Variables, Safe File Variables):
"variables/value pairs" -> "variable/value pairs".
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/emacs/custom.texi?cvsroot=emacs&r1=1.22&r2=1.23
Patches:
Index: custom.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/emacs/custom.texi,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- custom.texi 4 Jun 2009 03:13:28 -0000 1.22
+++ custom.texi 19 Jul 2009 16:57:04 -0000 1.23
@@ -1082,7 +1082,7 @@
@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 @@
(@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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] emacs/doc/emacs custom.texi,
Juri Linkov <=