Mercurial > emacs
changeset 62824:f6c6cfde226c
(Queries in Keyboard Macros): Fix example.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Fri, 27 May 2005 20:40:06 +0000 |
parents | 17795ca537e6 |
children | a6b83140d7d1 |
files | man/calc.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.)