diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-12-09 12:55:33 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-12-09 12:55:33 +0000 |
commit | 64a8fd6698f3541dab5e1c714294082df6385569 (patch) | |
tree | b4f3da637414b2f9ee508c0108bb4432fd804d3d /lisp/help-fns.el | |
parent | 0acba2039bcb66001864849717a406e6ccf9786f (diff) | |
download | emacs-64a8fd6698f3541dab5e1c714294082df6385569.tar.gz |
(variable-at-point): Doc fix.
Diffstat (limited to 'lisp/help-fns.el')
-rw-r--r-- | lisp/help-fns.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 8df079433f1..e4d77e3447c 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -400,7 +400,7 @@ face (according to `face-differs-from-default-p')." ;;;###autoload (defun variable-at-point (&optional any-symbol) - "Return the bound variable symbol found around point. + "Return the bound variable symbol found at or before point. Return 0 if there is no such symbol. If ANY-SYMBOL is non-nil, don't insist the symbol be bound." (or (condition-case () |