Mercurial > emacs
diff src/fileio.c @ 11090:290c241031e9
(syms_of_fileio): Fix missing \n\.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 22 Mar 1995 17:57:55 +0000 |
parents | f14a518fcb33 |
children | e6bdaaa6ce1b |
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.");