diff options
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 a4f0196a789..2ca8e25dac7 100644 --- a/lisp/abbrev.el +++ b/lisp/abbrev.el @@ -1221,7 +1221,7 @@ SORTFUN is passed to `sort' to change the default ordering." (defface abbrev-table-name '((t :inherit font-lock-function-name-face)) - "Face used for displaying the abbrev table name in `edit-abbrev-mode'." + "Face used for displaying the abbrev table name in `edit-abbrevs-mode'." :version "29.1") (defvar edit-abbrevs-mode-font-lock-keywords |