diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-11-16 14:15:23 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-11-16 14:15:23 +0000 |
commit | b6113fb081e0d4db8296805f84c8bef9d035bf5c (patch) | |
tree | 1593952d5823102565a6c12ac33c4a79a06ccfea | |
parent | f1402acbaa7082e2c2ca425a5e22751deb730734 (diff) | |
download | emacs-b6113fb081e0d4db8296805f84c8bef9d035bf5c.tar.gz |
Doc fix.
-rw-r--r-- | lisp/abbrev.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/abbrev.el b/lisp/abbrev.el index 6a17b747a73..ab0f715d272 100644 --- a/lisp/abbrev.el +++ b/lisp/abbrev.el @@ -51,7 +51,6 @@ and be replaced by its expansion." "Toggle abbrev mode. Non-nil means automatically expand abbrevs as they are inserted. -This variable automatically becomes buffer-local when set in any fashion. Changing it with \\[customize] sets the default value. Use the command `abbrev-mode' to enable or disable Abbrev mode in the current buffer." |