changeset 64444:15310c1e629c

(basic-save-buffer): Delete duplicate words.
author Juri Linkov <juri@jurta.org>
date Mon, 18 Jul 2005 15:23:04 +0000
parents e5507dea35cb
children cd2fa63ea66d
files lisp/files.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)