mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-30 19:53:09 +00:00
(describe-function-1): Don't print a whole lambda-function.
This commit is contained in:
parent
9877d20507
commit
6c8719f126
@ -674,7 +674,7 @@ It can also be nil, if the definition is not associated with any file."
|
||||
(t t))))
|
||||
(if (listp arglist)
|
||||
(progn
|
||||
(princ (cons function
|
||||
(princ (cons (if (symbolp function) function "anonymous")
|
||||
(mapcar (lambda (arg)
|
||||
(if (memq arg '(&optional &rest))
|
||||
arg
|
||||
|
Loading…
Reference in New Issue
Block a user