# HG changeset patch # User Karl Heuer # Date 795895075 0 # Node ID 290c241031e9281e960bf9a567327d5729619a23 # Parent 3759523c1773d2a382086a0b2eaeb82ce020dce9 (syms_of_fileio): Fix missing \n\. diff -r 3759523c1773 -r 290c241031e9 src/fileio.c --- 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.");