mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(only-global-abbrevs): Use defvar.
This commit is contained in:
parent
1781e0210b
commit
ec5092d53c
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(defconst only-global-abbrevs nil "\
|
||||
(defvar only-global-abbrevs nil "\
|
||||
*t means user plans to use global abbrevs only.
|
||||
Makes the commands to define mode-specific abbrevs define global ones instead.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue