summaryrefslogtreecommitdiff
path: root/lisp/help-fns.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2006-12-09 12:55:33 +0000
committerEli Zaretskii <eliz@gnu.org>2006-12-09 12:55:33 +0000
commit64a8fd6698f3541dab5e1c714294082df6385569 (patch)
treeb4f3da637414b2f9ee508c0108bb4432fd804d3d /lisp/help-fns.el
parent0acba2039bcb66001864849717a406e6ccf9786f (diff)
downloademacs-64a8fd6698f3541dab5e1c714294082df6385569.tar.gz
(variable-at-point): Doc fix.
Diffstat (limited to 'lisp/help-fns.el')
-rw-r--r--lisp/help-fns.el2
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 ()