aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2003-08-17 22:15:07 +0000
committerKim F. Storm2003-08-17 22:15:07 +0000
commitbaf2630dd7d96cba636d428c302a9907a0c99ace (patch)
tree4d8f1d8352a68457aef754b1e2d12dddd7b3b82e
parent129298c0a3bbcafed2f2aeab89a88afc0f47b813 (diff)
downloademacs-baf2630dd7d96cba636d428c302a9907a0c99ace.tar.gz
emacs-baf2630dd7d96cba636d428c302a9907a0c99ace.zip
(Queries in Macros): Update xref to keyboard macro query.
-rw-r--r--man/calc.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/calc.texi b/man/calc.texi
index 5d43afefd23..027eb64d1ef 100644
--- a/man/calc.texi
+++ b/man/calc.texi
@@ -30801,7 +30801,7 @@ This command allows your keyboard macros to accept numbers or formulas
30801as interactive input. All the normal conventions of algebraic input, 30801as interactive input. All the normal conventions of algebraic input,
30802including the use of @kbd{$} characters, are supported. 30802including the use of @kbd{$} characters, are supported.
30803 30803
30804@xref{Kbd Macro Query, , , emacs, the Emacs Manual}, for a description of 30804@xref{Keyboard Macro Query, , , emacs, the Emacs Manual}, for a description of
30805@kbd{C-x q} (@code{kbd-macro-query}), the standard Emacs way to accept 30805@kbd{C-x q} (@code{kbd-macro-query}), the standard Emacs way to accept
30806keyboard input during a keyboard macro. In particular, you can use 30806keyboard input during a keyboard macro. In particular, you can use
30807@kbd{C-x q} to enter a recursive edit, which allows the user to perform 30807@kbd{C-x q} to enter a recursive edit, which allows the user to perform