diff options
| author | Karl Heuer | 1995-03-22 17:57:55 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-03-22 17:57:55 +0000 |
| commit | 824a483f3b7020a5f505f05d01784a455cbd4574 (patch) | |
| tree | 32e148fbdbf8762734a9b43563c1ab568d27170c /src | |
| parent | d7ec5fa2e0be7f9cb34960605d46b3d656e29c6a (diff) | |
| download | emacs-824a483f3b7020a5f505f05d01784a455cbd4574.tar.gz emacs-824a483f3b7020a5f505f05d01784a455cbd4574.zip | |
(syms_of_fileio): Fix missing \n\.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 2 |
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\ |
| 4301 | Should be a list of symbols naming formats that are defined in `format-alist'.\n\ | 4301 | Should be a list of symbols naming formats that are defined in `format-alist'.\n\ |
| 4302 | If it is t, which is the default, auto-save files are written in the\n\ | 4302 | If it is t, which is the default, auto-save files are written in the\n\ |
| 4303 | same format as a regular save would use."); | 4303 | same format as a regular save would use."); |