lisp/help-fns.el: Fix mistake in previous change.
This commit is contained in:
parent
8d17e7ca1f
commit
6f4e1aedda
1 changed files with 1 additions and 1 deletions
|
@ -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 "")
|
||||
|
|
Loading…
Add table
Reference in a new issue