From: Stefan Monnier Date: Fri, 2 Nov 2018 20:14:49 +0000 (-0400) Subject: * lisp/help-fns.el (describe-symbol): Use help--symbol-completion-table X-Git-Tag: emacs-27.0.90~4229 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aee434c3e0e05b4e490753598e4601feb9b9616e;p=emacs.git * lisp/help-fns.el (describe-symbol): Use help--symbol-completion-table --- diff --git a/lisp/help-fns.el b/lisp/help-fns.el index ec46a479ed8..7979ef3328a 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -1141,7 +1141,7 @@ current buffer and the selected frame, respectively." (format "Describe symbol (default %s): " v-or-f) "Describe symbol: ") - obarray + #'help--symbol-completion-table (lambda (vv) (cl-some (lambda (x) (funcall (nth 1 x) vv)) describe-symbol-backends))