From 824a483f3b7020a5f505f05d01784a455cbd4574 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 22 Mar 1995 17:57:55 +0000 Subject: [PATCH] (syms_of_fileio): Fix missing \n\. --- src/fileio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."); -- 2.39.5