]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_fileio): Fix missing \n\.
authorKarl Heuer <kwzh@gnu.org>
Wed, 22 Mar 1995 17:57:55 +0000 (17:57 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 22 Mar 1995 17:57:55 +0000 (17:57 +0000)
src/fileio.c

index ac10154a0ab09bf5a7aa43d2ff9d7308ffcf9bce..8f81cb921bfaf9d9da47ff9fe83aa508fed1f390 100644 (file)
@@ -4297,7 +4297,7 @@ syms_of_fileio ()
 #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.");