diff options
| author | Richard M. Stallman | 1999-12-08 18:45:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1999-12-08 18:45:56 +0000 |
| commit | fcad24639f1885f372d9f262bf36201f9841dfb5 (patch) | |
| tree | 19ef55a4b690ce7475a926cafcc4147417ca19ff | |
| parent | 6f8ea2aea3adad3c90aa08d385b5a2c6756086d8 (diff) | |
| download | emacs-fcad24639f1885f372d9f262bf36201f9841dfb5.tar.gz emacs-fcad24639f1885f372d9f262bf36201f9841dfb5.zip | |
*** empty log message ***
| -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 | |||
| 153 | variable, and some use the @code{TMPDIR} environment variable. | 153 | variable, and some use the @code{TMPDIR} environment variable. |
| 154 | 154 | ||
| 155 | @item | 155 | @item |
| 156 | The variable @code{inhibit-modification-hooks} | 156 | If the second argument of @code{save-some-buffers}, @var{pred}, is not |
| 157 | @code{nil}, then the precise value no longer matters. Any | ||
| 158 | non-@code{nil} value means the same as @code{t}: offer to save each | ||
| 159 | non-file buffer that has a non-@code{nil} value for | ||
| 160 | @code{buffer-offer-save}. | ||
| 161 | |||
| 162 | @item | ||
| 163 | The variable @code{inhibit-modification-hooks} | ||
| 157 | has no special meaning. | 164 | has no special meaning. |
| 158 | 165 | ||
| 159 | @item | 166 | @item |