changeset 11090:290c241031e9

(syms_of_fileio): Fix missing \n\.
author Karl Heuer <kwzh@gnu.org>
date Wed, 22 Mar 1995 17:57:55 +0000
parents 3759523c1773
children c968d4c026b7
files src/fileio.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/fileio.c	Wed Mar 22 17:47:55 1995 +0000
+++ b/src/fileio.c	Wed Mar 22 17:57:55 1995 +0000
@@ -4297,7 +4297,7 @@
 #endif /* DOS_NT */
 
   DEFVAR_LISP ("auto-save-file-format", &Vauto_save_file_format,
-    "*Format in which to write auto-save files.
+    "*Format in which to write auto-save files.\n\
 Should be a list of symbols naming formats that are defined in `format-alist'.\n\
 If it is t, which is the default, auto-save files are written in the\n\
 same format as a regular save would use.");