]> git.eshelyaron.com Git - emacs.git/commitdiff
(Special Properties) <help-echo>: Use `pos' consistently in description
authorEli Zaretskii <eliz@gnu.org>
Sat, 29 Jan 2005 14:02:43 +0000 (14:02 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 29 Jan 2005 14:02:43 +0000 (14:02 +0000)
of the help-echo property.  Use @code{nil} instead of @var{nil}.

lispref/text.texi

index 338be03baf139784774656f7f04a21825afffb3e..785e7b99467f4ac233537a8e7cb7a2531ed31de6 100644 (file)
@@ -2892,10 +2892,10 @@ Manual}).
 
 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{}