changeset 1337:5f6cef39d81f

[xemacs-hg @ 2003-03-03 10:21:24 by stephent] whitespace fixup <87isv04urb.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Mon, 03 Mar 2003 10:21:27 +0000
parents c9b6a2fec10d
children 314c4e18dda0
files lisp/ChangeLog lisp/files.el
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Mar 03 10:17:40 2003 +0000
+++ b/lisp/ChangeLog	Mon Mar 03 10:21:27 2003 +0000
@@ -1,3 +1,7 @@
+2003-03-03  Stephen J. Turnbull  <stephen@xemacs.org>
+
+	*  files.el (save-abbrevs): Fixup whitespace.
+
 2003-02-26  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* subr.el (custom-declare-variable-early): Reference
--- a/lisp/files.el	Mon Mar 03 10:17:40 2003 +0000
+++ b/lisp/files.el	Mon Mar 03 10:21:27 2003 +0000
@@ -344,10 +344,10 @@
 (defcustom save-abbrevs nil
    "*Non-nil means save word abbrevs too when files are saved.
 If `silently', don't ask the user before saving.
- Loading an abbrev file sets this to t."
+Loading an abbrev file sets this to t."
   :type '(choice (const t) (const nil) (const silently))
-   :group 'abbrev)
- 
+  :group 'abbrev)
+
 (defcustom find-file-run-dired t
    "*Non-nil means allow `find-file' to visit directories.
 To visit the directory, `find-file' runs `find-directory-functions'."