diff options
| author | Eli Zaretskii | 2015-03-23 18:23:47 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-03-23 18:23:47 +0200 |
| commit | 1291ce180ee0a8e8fcbc57975b55968f9e7162bc (patch) | |
| tree | 76c189b5291e590c26a30d72b3dd57967d263198 | |
| parent | 33e2236f8f3e4f8dcace1cf0bed46ea6f2c7a925 (diff) | |
| download | emacs-1291ce180ee0a8e8fcbc57975b55968f9e7162bc.tar.gz emacs-1291ce180ee0a8e8fcbc57975b55968f9e7162bc.zip | |
Minor documentation fix in ELisp manual (Bug#20174)
doc/lispref/commands.texi (Event Input Misc): Fix incorrect usage of @code.
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/commands.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 319386d9f6c..1dae36ade34 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2015-03-23 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * commands.texi (Event Input Misc): Fix incorrect usage of @code. | ||
| 4 | (Bug#20174) | ||
| 5 | |||
| 1 | 2015-03-14 Eli Zaretskii <eliz@gnu.org> | 6 | 2015-03-14 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * minibuf.texi (Basic Completion): Fix a typo. (Bug#20108) | 8 | * minibuf.texi (Basic Completion): Fix a typo. (Bug#20108) |
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index 5ea1a48b262..4b69ed32709 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi | |||
| @@ -2807,7 +2807,7 @@ most recently unread will be reread first. | |||
| 2807 | Events read from this list are not normally added to the current | 2807 | Events read from this list are not normally added to the current |
| 2808 | command's key sequence (as returned by, e.g., @code{this-command-keys}), | 2808 | command's key sequence (as returned by, e.g., @code{this-command-keys}), |
| 2809 | as the events will already have been added once as they were read for | 2809 | as the events will already have been added once as they were read for |
| 2810 | the first time. An element of the form @code{(@code{t} . @var{event})} | 2810 | the first time. An element of the form @w{@code{(t . @var{event})}} |
| 2811 | forces @var{event} to be added to the current command's key sequence. | 2811 | forces @var{event} to be added to the current command's key sequence. |
| 2812 | @end defvar | 2812 | @end defvar |
| 2813 | 2813 | ||