diff options
| author | Philipp Stephani | 2020-05-25 21:21:31 +0200 |
|---|---|---|
| committer | Philipp Stephani | 2020-05-25 21:21:31 +0200 |
| commit | 448fe7ad250fd5501d363c1b3355bfdbc7c71550 (patch) | |
| tree | e556d7f1662a00c8b06a2852472d14a9b041f5b8 | |
| parent | f8e99938ec41a9af8d42b2ed78af1370fc2c1bc2 (diff) | |
| download | emacs-448fe7ad250fd5501d363c1b3355bfdbc7c71550.tar.gz emacs-448fe7ad250fd5501d363c1b3355bfdbc7c71550.zip | |
; * lisp/files.el (auto-save-visited-mode): Fix typo in last commit.
| -rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index cb370476496..cefae20ab56 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -433,7 +433,7 @@ to the visited files directly and will also run all save-related | |||
| 433 | hooks. See Info node `Saving' for details of the save process. | 433 | hooks. See Info node `Saving' for details of the save process. |
| 434 | 434 | ||
| 435 | You can also set the buffer-local value of the variable | 435 | You can also set the buffer-local value of the variable |
| 436 | `auto-save-visted-mode' to nil. A buffer where the buffer-local | 436 | `auto-save-visited-mode' to nil. A buffer where the buffer-local |
| 437 | value of this variable is nil is ignored for the purpose of | 437 | value of this variable is nil is ignored for the purpose of |
| 438 | `auto-save-visited-mode', even if `auto-save-visited-mode' is | 438 | `auto-save-visited-mode', even if `auto-save-visited-mode' is |
| 439 | enabled." | 439 | enabled." |