Changeset 3988 for vendor/emacs-CVS_HEAD/lisp/help-fns.el
- Timestamp:
- 11/26/05 08:33:26 (3 years ago)
- Files:
-
- vendor/emacs-CVS_HEAD/lisp/help-fns.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
vendor/emacs-CVS_HEAD/lisp/help-fns.el
r3939 r3988 497 497 "Describe variable (default %s): " v) 498 498 "Describe variable: ") 499 obarray 'boundp t nil nil 499 obarray 500 '(lambda (vv) 501 (or (boundp vv) 502 (get vv 'variable-documentation))) 503 t nil nil 500 504 (if (symbolp v) (symbol-name v)))) 501 505 (list (if (equal val "")
