diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-03-30 21:27:20 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-03-30 21:27:20 +0000 |
commit | 403683208715ac2cdcd27cba7e7108ee12174f4d (patch) | |
tree | 04deef5567e197563d213d93f83c01a54d26b627 /lisp/abbrev.el | |
parent | 7db5cbfccdbffd1192be3a4c3e78cfb2726694d3 (diff) | |
download | emacs-403683208715ac2cdcd27cba7e7108ee12174f4d.tar.gz |
(abbrev-mode): Doc fix.
Diffstat (limited to 'lisp/abbrev.el')
-rw-r--r-- | lisp/abbrev.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/abbrev.el b/lisp/abbrev.el index ad71ba1423c..ffde49ade63 100644 --- a/lisp/abbrev.el +++ b/lisp/abbrev.el @@ -50,7 +50,8 @@ and be replaced by its expansion." "Toggle abbrev mode. In abbrev mode, inserting an abbreviation causes it to expand and be replaced by its expansion. -You must modify via \\[customize] for this variable to have an effect." +This variable should be set only with \\[customize], which is equivalent +to using the function `abbrev-mode'. :set (lambda (symbol value) (abbrev-mode (if value 1 0))) :type 'boolean |