1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

(Special Properties) <help-echo>: Use `pos' consistently in description

of the help-echo property.  Use @code{nil} instead of @var{nil}.
This commit is contained in:
Eli Zaretskii 2005-01-29 14:02:43 +00:00
parent d94f2aab08
commit ef6938c57d

View 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{}