From: Karl Heuer Date: Wed, 22 Mar 1995 17:57:55 +0000 (+0000) Subject: (syms_of_fileio): Fix missing \n\. X-Git-Tag: emacs-19.34~4768 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=824a483f3b7020a5f505f05d01784a455cbd4574;p=emacs.git (syms_of_fileio): Fix missing \n\. --- 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 () #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.");