changeset 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 04b4499061fd
children 01e760e7de34
files lisp/help.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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)