diff lisp/abbrev.el @ 24535:2bd202331192

(abbrev-mode): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Tue, 30 Mar 1999 21:27:20 +0000
parents 8c7fdc02cb78
children d0b40f823255
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