lisp/help-fns.el: Fix mistake in previous change.

This commit is contained in:
Juanma Barranquero 2011-04-05 00:33:12 +02:00
parent 8d17e7ca1f
commit 6f4e1aedda

View file

@ -636,7 +636,7 @@ it is displayed along with the global value."
obarray
(lambda (vv)
(or (get vv 'variable-documentation)
(not (keywordp vv))))
(and (boundp vv) (not (keywordp vv)))))
t nil nil
(if (symbolp v) (symbol-name v))))
(list (if (equal val "")