mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-11 05:51:21 -08:00
(Queries in Keyboard Macros): Fix example.
This commit is contained in:
parent
edfaeb4ee9
commit
e9d3dbea96
1 changed files with 1 additions and 1 deletions
|
|
@ -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.)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue