diff options
author | Richard M. Stallman <rms@gnu.org> | 1999-12-08 18:45:56 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1999-12-08 18:45:56 +0000 |
commit | fcad24639f1885f372d9f262bf36201f9841dfb5 (patch) | |
tree | 19ef55a4b690ce7475a926cafcc4147417ca19ff /lispref/anti.texi | |
parent | 6f8ea2aea3adad3c90aa08d385b5a2c6756086d8 (diff) | |
download | emacs-fcad24639f1885f372d9f262bf36201f9841dfb5.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref/anti.texi')
-rw-r--r-- | lispref/anti.texi | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lispref/anti.texi b/lispref/anti.texi index ff216bb514f..50511ed3aab 100644 --- a/lispref/anti.texi +++ b/lispref/anti.texi @@ -153,7 +153,14 @@ Emacs features use it anyway. Some use the @code{TMP} environment variable, and some use the @code{TMPDIR} environment variable. @item -The variable @code{inhibit-modification-hooks} +If the second argument of @code{save-some-buffers}, @var{pred}, is not +@code{nil}, then the precise value no longer matters. Any +non-@code{nil} value means the same as @code{t}: offer to save each +non-file buffer that has a non-@code{nil} value for +@code{buffer-offer-save}. + +@item +The variable @code{inhibit-modification-hooks} has no special meaning. @item |