summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2005-01-29 14:02:43 +0000
committerEli Zaretskii <eliz@gnu.org>2005-01-29 14:02:43 +0000
commitef6938c57d14f39c46b7b235117a90555f7a62c3 (patch)
tree4efb25e945ac033b5bd49f4568782e98fb2cf112
parentd94f2aab083f7c32708ee29615cc6a4601e149fe (diff)
downloademacs-ef6938c57d14f39c46b7b235117a90555f7a62c3.tar.gz
emacs-ef6938c57d14f39c46b7b235117a90555f7a62c3.tar.bz2
emacs-ef6938c57d14f39c46b7b235117a90555f7a62c3.zip
(Special Properties) <help-echo>: Use `pos' consistently in description
of the help-echo property. Use @code{nil} instead of @var{nil}.
-rw-r--r--lispref/text.texi4
1 files 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{}