# HG changeset patch # User Juri Linkov # Date 1121700184 0 # Node ID 15310c1e629caced86015bb351087abc908c2cb7 # Parent e5507dea35cbd4d3d1a1d0e81a1661ba33c48f99 (basic-save-buffer): Delete duplicate words. diff -r e5507dea35cb -r 15310c1e629c lisp/files.el --- a/lisp/files.el Mon Jul 18 15:21:16 2005 +0000 +++ b/lisp/files.el Mon Jul 18 15:23:04 2005 +0000 @@ -3237,7 +3237,7 @@ "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)