diff options
| author | Juri Linkov | 2005-07-18 15:23:04 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-07-18 15:23:04 +0000 |
| commit | 222cf3817c39fcd48aea755666151ab8c9ddda96 (patch) | |
| tree | d4b0456e3220ac6df051b4ae538b120598e24f1a | |
| parent | 4cdc09a951a122a70078381fdc310fe672579243 (diff) | |
| download | emacs-222cf3817c39fcd48aea755666151ab8c9ddda96.tar.gz emacs-222cf3817c39fcd48aea755666151ab8c9ddda96.zip | |
(basic-save-buffer): Delete duplicate words.
| -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 f41a9b29522..5746047ef5b 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -3237,7 +3237,7 @@ in such cases.") | |||
| 3237 | "Save the current buffer in its visited file, if it has been modified. | 3237 | "Save the current buffer in its visited file, if it has been modified. |
| 3238 | The hooks `write-contents-functions' and `write-file-functions' get a chance | 3238 | The hooks `write-contents-functions' and `write-file-functions' get a chance |
| 3239 | to do the job of saving; if they do not, then the buffer is saved in | 3239 | to do the job of saving; if they do not, then the buffer is saved in |
| 3240 | the visited file file in the usual way. | 3240 | the visited file in the usual way. |
| 3241 | Before and after saving the buffer, this function runs | 3241 | Before and after saving the buffer, this function runs |
| 3242 | `before-save-hook' and `after-save-hook', respectively." | 3242 | `before-save-hook' and `after-save-hook', respectively." |
| 3243 | (interactive) | 3243 | (interactive) |