Minor documentation fix in ELisp manual (Bug#20174)

doc/lispref/commands.texi (Event Input Misc): Fix incorrect usage of @code.
This commit is contained in:
Eli Zaretskii 2015-03-23 18:23:47 +02:00
parent 33e2236f8f
commit 1291ce180e
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2015-03-23 Eli Zaretskii <eliz@gnu.org>
* commands.texi (Event Input Misc): Fix incorrect usage of @code.
(Bug#20174)
2015-03-14 Eli Zaretskii <eliz@gnu.org>
* minibuf.texi (Basic Completion): Fix a typo. (Bug#20108)

View file

@ -2807,7 +2807,7 @@ most recently unread will be reread first.
Events read from this list are not normally added to the current
command's key sequence (as returned by, e.g., @code{this-command-keys}),
as the events will already have been added once as they were read for
the first time. An element of the form @code{(@code{t} . @var{event})}
the first time. An element of the form @w{@code{(t . @var{event})}}
forces @var{event} to be added to the current command's key sequence.
@end defvar