1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; Fix some typos.

This commit is contained in:
Basil L. Contovounesios 2021-03-11 22:27:20 +00:00
parent 71ef0122ab
commit 17cdb732a7
4 changed files with 7 additions and 7 deletions

View file

@ -472,8 +472,8 @@ mouse event is used.
If there's no button at POS, do nothing and return nil, otherwise
return t.
To get a description of what function will called when pushing a
butting, use the `button-describe' command."
To get a description of the function that will be invoked when
pushing a button, use the `button-describe' command."
(interactive
(list (if (integerp last-command-event) (point) last-command-event)))
(if (and (not (integerp pos)) (eventp pos))