From 6c8719f126d9401e630fc7b9724f43af3d3db800 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 26 Feb 1999 06:57:28 +0000 Subject: [PATCH] (describe-function-1): Don't print a whole lambda-function. --- lisp/help.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/help.el b/lisp/help.el index 833239825e1..71e3d6fa969 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -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 -- 2.39.2