# HG changeset patch # User Jay Belanger # Date 1117226406 0 # Node ID f6c6cfde226ce85372d8fbeac5daf0dfc8a72562 # Parent 17795ca537e6d42eeb92d3de33896c8a2fdfc311 (Queries in Keyboard Macros): Fix example. diff -r 17795ca537e6 -r f6c6cfde226c man/calc.texi --- a/man/calc.texi Fri May 27 16:59:55 2005 +0000 +++ b/man/calc.texi Fri May 27 20:40:06 2005 +0000 @@ -31420,7 +31420,7 @@ 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.)