# HG changeset patch # User Karl Heuer # Date 922829240 0 # Node ID 2bd20233119203bbb2b5fb80bcfc431869c4a767 # Parent ce83f341af6f4343d2bc134e803d3f2f3fea39f9 (abbrev-mode): Doc fix. diff -r ce83f341af6f -r 2bd202331192 lisp/abbrev.el --- 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