aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2006-02-15 01:37:53 +0000
committerChong Yidong2006-02-15 01:37:53 +0000
commit252293378b1467cd6dda2e69154fed991e6a6e8a (patch)
tree28b92ad92866000a477516666b379a9f68a6b545
parent0a158521c591c4e81e544ef60956543b0d59e86d (diff)
downloademacs-252293378b1467cd6dda2e69154fed991e6a6e8a.tar.gz
emacs-252293378b1467cd6dda2e69154fed991e6a6e8a.zip
* custom.texi (Unsafe File Variables): File variable confirmation
assumed denied in batch mode.
-rw-r--r--man/ChangeLog5
-rw-r--r--man/custom.texi3
2 files changed, 8 insertions, 0 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index f142ed75616..141115ec00e 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
12006-02-14 Chong Yidong <cyd@stupidchicken.com>
2
3 * custom.texi (Unsafe File Variables): File variable confirmation
4 assumed denied in batch mode.
5
12006-02-14 Richard M. Stallman <rms@gnu.org> 62006-02-14 Richard M. Stallman <rms@gnu.org>
2 7
3 * building.texi (GDB User Interface Layout): Don't say `inferior' 8 * building.texi (GDB User Interface Layout): Don't say `inferior'
diff --git a/man/custom.texi b/man/custom.texi
index 5b6dcde70ee..8c414e6393c 100644
--- a/man/custom.texi
+++ b/man/custom.texi
@@ -1194,6 +1194,9 @@ that file, and asks you for confirmation before setting them. You can
1194type @samp{y} or @samp{SPC} to apply the local variables list, or 1194type @samp{y} or @samp{SPC} to apply the local variables list, or
1195@samp{n} to ignore it. 1195@samp{n} to ignore it.
1196 1196
1197 When Emacs is run in batch mode (@pxref{Initial Options}), it
1198assumes that the answer is @samp{n}.
1199
1197 There is a set of file variables and values that are known to be 1200 There is a set of file variables and values that are known to be
1198safe. For instance, it is safe to give @code{comment-column} or 1201safe. For instance, it is safe to give @code{comment-column} or
1199@code{fill-column} any integer value. If a file specifies only safe 1202@code{fill-column} any integer value. If a file specifies only safe