# HG changeset patch # User Eli Zaretskii # Date 1165668933 0 # Node ID c8981abb205379818f066457f918f1382f0ab631 # Parent 14feaadb133a0b802347e2dfb5daa489223ea64c (variable-at-point): Doc fix. diff -r 14feaadb133a -r c8981abb2053 lisp/help-fns.el --- a/lisp/help-fns.el Sat Dec 09 12:40:13 2006 +0000 +++ b/lisp/help-fns.el Sat Dec 09 12:55:33 2006 +0000 @@ -400,7 +400,7 @@ ;;;###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 ()