]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor documentation fix in ELisp manual (Bug#20174)
authorEli Zaretskii <eliz@gnu.org>
Mon, 23 Mar 2015 16:23:47 +0000 (18:23 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 23 Mar 2015 16:23:47 +0000 (18:23 +0200)
  doc/lispref/commands.texi (Event Input Misc): Fix incorrect usage of @code.

doc/lispref/ChangeLog
doc/lispref/commands.texi

index 319386d9f6c76c05b20df924dce394f7b7d63554..1dae36ade34fba6a086f59743ba59424eeef0d2b 100644 (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)
index 5ea1a48b26257c35e5e2c72883d371c33c935d2d..4b69ed32709b11a8a97161c127972a615e165e77 100644 (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