diff lispref/backups.texi @ 24934:f5e3b4ecd255

*** empty log message ***
author Karl Heuer <kwzh@gnu.org>
date Wed, 07 Jul 1999 23:14:06 +0000
parents 3905e071bd2d
children 467b88fab665
line wrap: on
line diff
--- a/lispref/backups.texi	Wed Jul 07 22:50:13 1999 +0000
+++ b/lispref/backups.texi	Wed Jul 07 23:14:06 1999 +0000
@@ -431,8 +431,8 @@
 
 @defun make-auto-save-file-name
 This function returns the file name to use for auto-saving the current
-buffer.  This is just the file name with hash marks (@samp{#}) appended
-and prepended to it.  This function does not look at the variable
+buffer.  This is just the file name with hash marks (@samp{#}) prepended
+and appended to it.  This function does not look at the variable
 @code{auto-save-visited-file-name} (described below); you should check
 that before calling this function.