1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

* lisp/help-fns.el (describe-symbol): Use help--symbol-completion-table

This commit is contained in:
Stefan Monnier 2018-11-02 16:14:49 -04:00
parent ef183b996c
commit aee434c3e0

View File

@ -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))