# HG changeset patch # User Eli Zaretskii # Date 1107007363 0 # Node ID bea71297b2279361cf4c2956ad08f4dc3d1284f7 # Parent 39b4d09e852800a2cd19a148733ad6b3e30730b7 (Special Properties) : Use `pos' consistently in description of the help-echo property. Use @code{nil} instead of @var{nil}. diff -r 39b4d09e8528 -r bea71297b227 lispref/text.texi --- a/lispref/text.texi Sat Jan 29 13:58:04 2005 +0000 +++ b/lispref/text.texi Sat Jan 29 14:02:43 2005 +0000 @@ -2892,10 +2892,10 @@ If the value of the @code{help-echo} property is a function, that function is called with three arguments, @var{window}, @var{object} and -@var{position} and should return a help string or @var{nil} for +@var{pos} and should return a help string or @code{nil} for none. The first argument, @var{window} is the window in which the help was found. The second, @var{object}, is the buffer, overlay or -string which had the @code{help-echo} property. The @var{position} +string which had the @code{help-echo} property. The @var{pos} argument is as follows: @itemize @bullet{}