diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-03-30 21:37:40 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-03-30 21:37:40 +0000 |
commit | 25f67e4bc9d9f5dfe6d496a6b301c4ad04cd0279 (patch) | |
tree | 36dc4d6026e88686cf72af4b7434434dbaa54c46 /lisp/abbrev.el | |
parent | 495a3f8d9e7c4471d649875ac40700830422f553 (diff) | |
download | emacs-25f67e4bc9d9f5dfe6d496a6b301c4ad04cd0279.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/abbrev.el')
-rw-r--r-- | lisp/abbrev.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/abbrev.el b/lisp/abbrev.el index ffde49ade63..394f1ddd424 100644 --- a/lisp/abbrev.el +++ b/lisp/abbrev.el @@ -51,7 +51,7 @@ and be replaced by its expansion." In abbrev mode, inserting an abbreviation causes it to expand and be replaced by its expansion. This variable should be set only with \\[customize], which is equivalent -to using the function `abbrev-mode'. +to using the function `abbrev-mode'." :set (lambda (symbol value) (abbrev-mode (if value 1 0))) :type 'boolean |