From: Eli Zaretskii Date: Sat, 29 Jan 2005 14:02:43 +0000 (+0000) Subject: (Special Properties) : Use `pos' consistently in description X-Git-Tag: ttn-vms-21-2-B4~2555 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ef6938c57d14f39c46b7b235117a90555f7a62c3;p=emacs.git (Special Properties) : Use `pos' consistently in description of the help-echo property. Use @code{nil} instead of @var{nil}. --- diff --git a/lispref/text.texi b/lispref/text.texi index 338be03baf1..785e7b99467 100644 --- a/lispref/text.texi +++ b/lispref/text.texi @@ -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{}