From: Jay Belanger Date: Fri, 27 May 2005 20:40:06 +0000 (+0000) Subject: (Queries in Keyboard Macros): Fix example. X-Git-Tag: emacs-pretest-22.0.90~9478 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/e9d3dbea9641e23b59dfd5ebcbbd6548fb04b950 (Queries in Keyboard Macros): Fix example. --- diff --git a/man/calc.texi b/man/calc.texi index e99aca582a..1376fb5dee 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.)