diff options
Diffstat (limited to 'lisp/textmodes/ispell.el')
-rw-r--r-- | lisp/textmodes/ispell.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index dda983b52b3..3fe21c482d6 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -2297,7 +2297,8 @@ Global `ispell-quit' set to start location to continue spell session." (insert "\n\t")) (insert (car guess) " ") (setq guess (cdr guess))) - (insert "\nUse option `i' to accept this spelling and put it in your private dictionary.\n"))) + (insert (substitute-command-keys + "\nUse option `i' to accept this spelling and put it in your private dictionary.\n")))) (while choices (when (> (+ 7 (current-column) (length (car choices)) |