]> code.delx.au - gnu-emacs/commitdiff
(basic-save-buffer): Delete duplicate words.
authorJuri Linkov <juri@jurta.org>
Mon, 18 Jul 2005 15:23:04 +0000 (15:23 +0000)
committerJuri Linkov <juri@jurta.org>
Mon, 18 Jul 2005 15:23:04 +0000 (15:23 +0000)
lisp/files.el

index f41a9b2952221f723f049c0c6227b4e46997a7f9..5746047ef5bdbf5313d0be426a060ca530f9a469 100644 (file)
@@ -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)