From 20021621955b2d9309007563e6cd3e0faa5b3cbc Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 30 Mar 1999 21:27:20 +0000 Subject: [PATCH] (abbrev-mode): Doc fix. --- lisp/abbrev.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2