diff options
| author | Eli Zaretskii | 2019-12-07 10:31:34 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2019-12-07 10:31:34 +0200 |
| commit | 2c159da4c9bd342048ec605a04947966a9045bc0 (patch) | |
| tree | a83c1c24b622bb599323261062e55eef0505098d /doc | |
| parent | 937031a55518431ba735dce6e8afccca8f76878d (diff) | |
| download | emacs-2c159da4c9bd342048ec605a04947966a9045bc0.tar.gz emacs-2c159da4c9bd342048ec605a04947966a9045bc0.zip | |
Minor fix in the ELisp manual
* doc/lispref/files.texi (Saving Buffers): Remove the
reference to the obsolete Fast Lock mode. (Bug#37956)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/files.texi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index f02da1b4744..30ff559d92c 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi | |||
| @@ -489,8 +489,6 @@ its copyright notice. | |||
| 489 | @c Emacs 19 feature | 489 | @c Emacs 19 feature |
| 490 | @defopt after-save-hook | 490 | @defopt after-save-hook |
| 491 | This normal hook runs after a buffer has been saved in its visited file. | 491 | This normal hook runs after a buffer has been saved in its visited file. |
| 492 | One use of this hook is in Fast Lock mode; it uses this hook to save the | ||
| 493 | highlighting information in a cache file. | ||
| 494 | @end defopt | 492 | @end defopt |
| 495 | 493 | ||
| 496 | @defopt file-precious-flag | 494 | @defopt file-precious-flag |