diff options
-rw-r--r-- | lisp/help.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el index 5220f21a20c..1347fdf1abf 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -591,7 +591,7 @@ C-w Display information on absence of warranty for GNU Emacs." ((symbolp def) (while (symbolp (symbol-function def)) (setq def (symbol-function def))) - (format "alias for `%s'" def)) + (format "an alias for `%s'" def)) ((eq (car-safe def) 'lambda) (concat beg "Lisp function")) ((eq (car-safe def) 'macro) |