diff options
| -rw-r--r-- | man/calc.texi | 2 |
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 | |||
| 31420 | accept numbers or formulas as interactive input. | 31420 | accept numbers or formulas as interactive input. |
| 31421 | 31421 | ||
| 31422 | As an example, | 31422 | As an example, |
| 31423 | @kbd{2 @key{RET} "Power: " @key{RET} Z # 3 @key{RET}} will prompt for | 31423 | @kbd{2 @key{RET} "Power: " @key{RET} Z # 3 @key{RET} ^} will prompt for |
| 31424 | input with ``Power: '' in the minibuffer, then return 2 to the provided | 31424 | input with ``Power: '' in the minibuffer, then return 2 to the provided |
| 31425 | power. (The response to the prompt that's given, 3 in this example, | 31425 | power. (The response to the prompt that's given, 3 in this example, |
| 31426 | will not be part of the macro.) | 31426 | will not be part of the macro.) |