aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-03-22 17:57:55 +0000
committerKarl Heuer1995-03-22 17:57:55 +0000
commit824a483f3b7020a5f505f05d01784a455cbd4574 (patch)
tree32e148fbdbf8762734a9b43563c1ab568d27170c /src
parentd7ec5fa2e0be7f9cb34960605d46b3d656e29c6a (diff)
downloademacs-824a483f3b7020a5f505f05d01784a455cbd4574.tar.gz
emacs-824a483f3b7020a5f505f05d01784a455cbd4574.zip
(syms_of_fileio): Fix missing \n\.
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index ac10154a0ab..8f81cb921bf 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -4297,7 +4297,7 @@ syms_of_fileio ()
4297#endif /* DOS_NT */ 4297#endif /* DOS_NT */
4298 4298
4299 DEFVAR_LISP ("auto-save-file-format", &Vauto_save_file_format, 4299 DEFVAR_LISP ("auto-save-file-format", &Vauto_save_file_format,
4300 "*Format in which to write auto-save files. 4300 "*Format in which to write auto-save files.\n\
4301Should be a list of symbols naming formats that are defined in `format-alist'.\n\ 4301Should be a list of symbols naming formats that are defined in `format-alist'.\n\
4302If it is t, which is the default, auto-save files are written in the\n\ 4302If it is t, which is the default, auto-save files are written in the\n\
4303same format as a regular save would use."); 4303same format as a regular save would use.");