]> code.delx.au - gnu-emacs/commitdiff
(Queries in Keyboard Macros): Fix example.
authorJay Belanger <jay.p.belanger@gmail.com>
Fri, 27 May 2005 20:40:06 +0000 (20:40 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Fri, 27 May 2005 20:40:06 +0000 (20:40 +0000)
man/calc.texi

index e99aca582a846191ccb6bc33bdbf151c1a86ff60..1376fb5deeb1b49519723f6aeb5dc015456e3733 100644 (file)
@@ -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.)