From c6e5266b9a7f4d4d4fd763fe87978590016a3578 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 15 Mar 2025 10:17:20 +0200 Subject: [PATCH] ; * doc/lispref/commands.texi (Click Events): Fix a thinko. (cherry picked from commit c8471129dd6e576aaf2dfdc65e09fcf297d1ff3c) --- doc/lispref/commands.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index 7ea7c789a4a..c5b93ff619f 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi @@ -1674,7 +1674,7 @@ if the event was outside the text area, the window area where it occurred. It is one of the symbols @code{mode-line}, @code{header-line}, @code{tab-line}, @code{vertical-line}, @code{left-margin}, @code{right-margin}, @code{left-fringe}, -@code{right-fringe}, @code{tab-bar}, or @code{menu-bar}. +or @code{right-fringe}. In one special case, @var{pos-or-area} is a list containing a symbol (one of the symbols listed above) instead of just the symbol. This -- 2.39.5