(describe-function): Print `an autoloaded', not `a ...'.
authorRichard M. Stallman <rms@gnu.org>
Fri, 23 Oct 1992 09:19:12 +0000 (09:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 23 Oct 1992 09:19:12 +0000 (09:19 +0000)
lisp/help.el

index 89ed440..f7cdbf3 100644 (file)
@@ -304,8 +304,8 @@ C-w print information on absence of warranty for GNU Emacs."
                   ((eq (car-safe def) 'mocklisp)
                    "a mocklisp function.")
                   ((eq (car-safe def) 'autoload)
-                   (format "%sautoloaded Lisp %s."
-                           beg
+                   (format "%s autoloaded Lisp %s."
+                           (if (commandp def) "an interactive" "an")
                            (if (nth 4 def) "macro" "function")
 ;;; Including the file name made this line too long.
 ;;;                        (nth 1 def)