]> git.eshelyaron.com Git - emacs.git/commitdiff
(variable-at-point): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 9 Dec 2006 12:55:33 +0000 (12:55 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 9 Dec 2006 12:55:33 +0000 (12:55 +0000)
lisp/help-fns.el

index 8df079433f1a703c6493093c3258a78ab305efab..e4d77e3447c93a1a7c664f14b5b82ccd10fcf3a5 100644 (file)
@@ -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 ()