emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 1291ce1: Minor documentation fix in ELisp manual


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-24 1291ce1: Minor documentation fix in ELisp manual (Bug#20174)
Date: Mon, 23 Mar 2015 16:25:19 +0000

branch: emacs-24
commit 1291ce180ee0a8e8fcbc57975b55968f9e7162bc
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Minor documentation fix in ELisp manual  (Bug#20174)
    
      doc/lispref/commands.texi (Event Input Misc): Fix incorrect usage of 
@code.
---
 doc/lispref/ChangeLog     |    5 +++++
 doc/lispref/commands.texi |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 319386d..1dae36a 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,8 @@
+2015-03-23  Eli Zaretskii  <address@hidden>
+
+       * commands.texi (Event Input Misc): Fix incorrect usage of @code.
+       (Bug#20174)
+
 2015-03-14  Eli Zaretskii  <address@hidden>
 
        * minibuf.texi (Basic Completion): Fix a typo.  (Bug#20108)
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
index 5ea1a48..4b69ed3 100644
--- a/doc/lispref/commands.texi
+++ b/doc/lispref/commands.texi
@@ -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 @address@hidden(t . @var{event})}}
 forces @var{event} to be added to the current command's key sequence.
 @end defvar
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]