Mercurial > emacs
changeset 24535:2bd202331192
(abbrev-mode): Doc fix.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 30 Mar 1999 21:27:20 +0000 |
parents | ce83f341af6f |
children | 2bbd3f3c6eca |
files | lisp/abbrev.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/abbrev.el Tue Mar 30 21:23:15 1999 +0000 +++ b/lisp/abbrev.el Tue Mar 30 21:27:20 1999 +0000 @@ -50,7 +50,8 @@ "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