From 40af45daf1ff41ddb1ba624a99a249b36f724bd0 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sat, 7 Dec 2024 14:13:12 +0100 Subject: [PATCH] ; * lisp/apropos.el (apropos-library): Fix typo. --- lisp/apropos.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/apropos.el b/lisp/apropos.el index 0655fecd0e8..eb2c36f673e 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -733,7 +733,7 @@ apropos-library ('t nil) ; Skip "was an autoload" entries. ;; FIXME: Print information about each individual method: both ;; its docstring and specializers (bug#21422). - ('cl-defmethod (push (cadr x) provides)) + ('cl-defmethod (push (cadr x) symbols)) ;; FIXME: Add extension point (bug#72616). (_ (let ((sym (or (cdr-safe x) x))) (and sym (symbolp sym) -- 2.46.2