diff lisp/help.el @ 1467:8d8c91b563ee

(describe-function): Print `an autoloaded', not `a ...'.
author Richard M. Stallman <rms@gnu.org>
date Fri, 23 Oct 1992 09:19:12 +0000
parents 567b06901789
children 04fb1d3d6992
line wrap: on
line diff
--- a/lisp/help.el	Fri Oct 23 08:54:08 1992 +0000
+++ b/lisp/help.el	Fri Oct 23 09:19:12 1992 +0000
@@ -304,8 +304,8 @@
 		   ((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)