emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/help-fns.el,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/help-fns.el,v
Date: Sat, 09 Dec 2006 12:55:33 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/12/09 12:55:33

Index: help-fns.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/help-fns.el,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -b -r1.92 -r1.93
--- help-fns.el 30 Oct 2006 14:30:59 -0000      1.92
+++ help-fns.el 9 Dec 2006 12:55:33 -0000       1.93
@@ -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 ()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]