1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(describe-function): Print an autoloaded', not a ...'.

This commit is contained in:
Richard M. Stallman 1992-10-23 09:19:12 +00:00
parent 912c672856
commit 762435dda4

View 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)