aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/abbrev.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/abbrev.el b/lisp/abbrev.el
index ce737e2b985..ff6ae3ac672 100644
--- a/lisp/abbrev.el
+++ b/lisp/abbrev.el
@@ -27,7 +27,7 @@
27 27
28;;; Code: 28;;; Code:
29 29
30(defconst only-global-abbrevs nil "\ 30(defvar only-global-abbrevs nil "\
31*t means user plans to use global abbrevs only. 31*t means user plans to use global abbrevs only.
32Makes the commands to define mode-specific abbrevs define global ones instead.") 32Makes the commands to define mode-specific abbrevs define global ones instead.")
33 33