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:
parent
912c672856
commit
762435dda4
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue