aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/calc.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/calc.texi b/man/calc.texi
index e99aca582a8..1376fb5deeb 100644
--- a/man/calc.texi
+++ b/man/calc.texi
@@ -31420,7 +31420,7 @@ subsequent calculations.) This command allows your keyboard macros to
31420accept numbers or formulas as interactive input. 31420accept numbers or formulas as interactive input.
31421 31421
31422As an example, 31422As an example,
31423@kbd{2 @key{RET} "Power: " @key{RET} Z # 3 @key{RET}} will prompt for 31423@kbd{2 @key{RET} "Power: " @key{RET} Z # 3 @key{RET} ^} will prompt for
31424input with ``Power: '' in the minibuffer, then return 2 to the provided 31424input with ``Power: '' in the minibuffer, then return 2 to the provided
31425power. (The response to the prompt that's given, 3 in this example, 31425power. (The response to the prompt that's given, 3 in this example,
31426will not be part of the macro.) 31426will not be part of the macro.)