diff options
| -rw-r--r-- | lisp/files.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/files.el b/lisp/files.el index 846b1e43589..5369a597deb 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -302,9 +302,8 @@ for editing a remote file." | |||
| 302 | :type '(repeat (list (string :tag "Regexp") (string :tag "Replacement"))) | 302 | :type '(repeat (list (string :tag "Regexp") (string :tag "Replacement"))) |
| 303 | :version "21.1") | 303 | :version "21.1") |
| 304 | 304 | ||
| 305 | (defcustom save-abbrevs nil | 305 | (defcustom save-abbrevs t |
| 306 | "*Non-nil means save word abbrevs too when files are saved. | 306 | "*Non-nil means save word abbrevs too when files are saved." |
| 307 | Loading an abbrev file sets this to t." | ||
| 308 | :type 'boolean | 307 | :type 'boolean |
| 309 | :group 'abbrev) | 308 | :group 'abbrev) |
| 310 | 309 | ||