changeset 59770:bea71297b227

(Special Properties) <help-echo>: Use `pos' consistently in description of the help-echo property. Use @code{nil} instead of @var{nil}.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 29 Jan 2005 14:02:43 +0000
parents 39b4d09e8528
children 4301dcdf04df
files lispref/text.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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{}