From: Juri Linkov Date: Mon, 18 Jul 2005 15:23:04 +0000 (+0000) Subject: (basic-save-buffer): Delete duplicate words. X-Git-Tag: emacs-pretest-22.0.90~8043 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=222cf3817c39fcd48aea755666151ab8c9ddda96;p=emacs.git (basic-save-buffer): Delete duplicate words. --- 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.") "Save the current buffer in its visited file, if it has been modified. The hooks `write-contents-functions' and `write-file-functions' get a chance to do the job of saving; if they do not, then the buffer is saved in -the visited file file in the usual way. +the visited file in the usual way. Before and after saving the buffer, this function runs `before-save-hook' and `after-save-hook', respectively." (interactive)