summaryrefslogtreecommitdiff
path: root/man/calc.texi
diff options
context:
space:
mode:
authorJay Belanger <jay.p.belanger@gmail.com>2005-05-27 20:40:06 +0000
committerJay Belanger <jay.p.belanger@gmail.com>2005-05-27 20:40:06 +0000
commite9d3dbea9641e23b59dfd5ebcbbd6548fb04b950 (patch)
treeb4c7c5e638396a04dfc14896d9e33f74f1dcca9c /man/calc.texi
parentedfaeb4ee9abb4bed5d8fe723cc123c3299252e8 (diff)
downloademacs-e9d3dbea9641e23b59dfd5ebcbbd6548fb04b950.tar.gz
(Queries in Keyboard Macros): Fix example.
Diffstat (limited to 'man/calc.texi')
-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
accept numbers or formulas as interactive input.
As an example,
-@kbd{2 @key{RET} "Power: " @key{RET} Z # 3 @key{RET}} will prompt for
+@kbd{2 @key{RET} "Power: " @key{RET} Z # 3 @key{RET} ^} will prompt for
input with ``Power: '' in the minibuffer, then return 2 to the provided
power. (The response to the prompt that's given, 3 in this example,
will not be part of the macro.)