emacs-diffs
[Top][All Lists]
Advanced

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

scratch/oclosure 58fd00a4e3: * doc/lispref/commands.texi (Keyboard Macro


From: Stefan Monnier
Subject: scratch/oclosure 58fd00a4e3: * doc/lispref/commands.texi (Keyboard Macros): Typo
Date: Wed, 19 Jan 2022 07:55:48 -0500 (EST)

branch: scratch/oclosure
commit 58fd00a4e34c3e5878884658d2d393b43b58152f
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * doc/lispref/commands.texi (Keyboard Macros): Typo
---
 doc/lispref/commands.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
index 4227f40081..75cd35ab4a 100644
--- a/doc/lispref/commands.texi
+++ b/doc/lispref/commands.texi
@@ -3971,7 +3971,7 @@ minibuffer, the usual minibuffer history commands are 
available.
 @cindex keyboard macros
 
   A @dfn{keyboard macro} is a canned sequence of input events.  It can
-be converted into a command (with the #code{kmacro} function) and made
+be converted into a command (with the @code{kmacro} function) and made
 the definition of a key.  The Lisp
 representation of a keyboard macro is a string or vector containing the
 events.  Don't confuse keyboard macros with Lisp macros



reply via email to

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