diff options
Diffstat (limited to 'lisp/simple.el')
| -rw-r--r-- | lisp/simple.el | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index caba924f6a5..e048df36951 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -8926,15 +8926,15 @@ presented." | |||
| 8926 | (define-minor-mode auto-save-mode | 8926 | (define-minor-mode auto-save-mode |
| 8927 | "Toggle auto-saving in the current buffer (Auto Save mode). | 8927 | "Toggle auto-saving in the current buffer (Auto Save mode). |
| 8928 | 8928 | ||
| 8929 | When this mode is enabled, Emacs periodically saves each visited | 8929 | When this mode is enabled, Emacs periodically saves each file-visiting |
| 8930 | file in a separate file called the \"auto-save file\". This is a | 8930 | buffer in a separate \"auto-save file\". This is a safety measure to |
| 8931 | safety measure to prevent you from losing more than a limited | 8931 | prevent you from losing more than a limited amount of work if the |
| 8932 | amount of work if the system crashes. | 8932 | system crashes. |
| 8933 | 8933 | ||
| 8934 | Auto-saving does not alter the file you actually use: the visited | 8934 | Auto-saving does not alter the file visited by the buffer: the visited |
| 8935 | file is changed only when you request saving it explicitly (such | 8935 | file is changed only when you request saving it explicitly (such as |
| 8936 | as with \\[save-buffer]). If you want to save visited files | 8936 | with \\[save-buffer]). If you want to save the buffer into its |
| 8937 | automatically, use \\[auto-save-visited-mode]). | 8937 | visited files automatically, use \\[auto-save-visited-mode]). |
| 8938 | 8938 | ||
| 8939 | For more details, see Info node `(emacs) Auto Save'." | 8939 | For more details, see Info node `(emacs) Auto Save'." |
| 8940 | :variable ((and buffer-auto-save-file-name | 8940 | :variable ((and buffer-auto-save-file-name |