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 7f54d3dc253..9b82b3bc893 100644 --- a/lisp/abbrev.el +++ b/lisp/abbrev.el @@ -135,7 +135,7 @@ Otherwise display all abbrevs." (insert-abbrev-table-description table t))) (dolist (table (nreverse empty-tables)) (insert-abbrev-table-description table t))) - ;; Note: `list-abbrevs' can dispaly only local abbrevs, in + ;; Note: `list-abbrevs' can display only local abbrevs, in ;; which case editing could lose abbrevs of other tables. Thus ;; enter `edit-abbrevs-mode' only if LOCAL is nil. (edit-abbrevs-mode)) |