aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2025-03-15 10:17:20 +0200
committerEli Zaretskii2025-03-15 10:17:20 +0200
commitc8471129dd6e576aaf2dfdc65e09fcf297d1ff3c (patch)
treeebf25273b12ee49479a63ea121eea41f1e96f259
parent82e44e86754427864305fcc2e03a52a54a1cae2f (diff)
downloademacs-c8471129dd6e576aaf2dfdc65e09fcf297d1ff3c.tar.gz
emacs-c8471129dd6e576aaf2dfdc65e09fcf297d1ff3c.zip
; * doc/lispref/commands.texi (Click Events): Fix a thinko.
-rw-r--r--doc/lispref/commands.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
index 13af0e93ade..e365e691096 100644
--- a/doc/lispref/commands.texi
+++ b/doc/lispref/commands.texi
@@ -1676,7 +1676,7 @@ if the event was outside the text area, the window area where it
1676occurred. It is one of the symbols @code{mode-line}, 1676occurred. It is one of the symbols @code{mode-line},
1677@code{header-line}, @code{tab-line}, @code{vertical-line}, 1677@code{header-line}, @code{tab-line}, @code{vertical-line},
1678@code{left-margin}, @code{right-margin}, @code{left-fringe}, 1678@code{left-margin}, @code{right-margin}, @code{left-fringe},
1679@code{right-fringe}, @code{tab-bar}, or @code{menu-bar}. 1679or @code{right-fringe}.
1680 1680
1681In one special case, @var{pos-or-area} is a list containing a symbol 1681In one special case, @var{pos-or-area} is a list containing a symbol
1682(one of the symbols listed above) instead of just the symbol. This 1682(one of the symbols listed above) instead of just the symbol. This