From ef6938c57d14f39c46b7b235117a90555f7a62c3 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 29 Jan 2005 14:02:43 +0000 Subject: [PATCH] (Special Properties) : Use `pos' consistently in description of the help-echo property. Use @code{nil} instead of @var{nil}. --- lispref/text.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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{} -- 2.39.2