Mercurial > emacs
comparison lispref/commands.texi @ 90044:cb7f41387eb3
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-70
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-669
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-678
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-679
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-680
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-688
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-689
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-690
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-691
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-69
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-70
- miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-71
Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 12 Nov 2004 02:53:04 +0000 |
parents | e24e2e78deda fc5eb4553f2f |
children | eac554634bfa |
comparison
equal
deleted
inserted
replaced
90043:e24e2e78deda | 90044:cb7f41387eb3 |
---|---|
418 character terminates the input. (Use @kbd{C-q} to include whitespace in | 418 character terminates the input. (Use @kbd{C-q} to include whitespace in |
419 the string.) Other characters that normally terminate a symbol (e.g., | 419 the string.) Other characters that normally terminate a symbol (e.g., |
420 parentheses and brackets) do not do so here. Prompt. | 420 parentheses and brackets) do not do so here. Prompt. |
421 | 421 |
422 @item U | 422 @item U |
423 A key sequence or nil. May be used after a @code{k} or @code{K} | 423 A key sequence or @code{nil}. May be used after a @code{k} or @code{K} |
424 argument to get the up-event that was discarded in case the key | 424 argument to get the up-event that was discarded in case the key |
425 sequence read for that argument was a down-event. No I/O. | 425 sequence read for that argument was a down-event. No I/O. |
426 | 426 |
427 @item v | 427 @item v |
428 A variable declared to be a user option (i.e., satisfying the | 428 A variable declared to be a user option (i.e., satisfying the |
3021 @end defvar | 3021 @end defvar |
3022 | 3022 |
3023 @defvar defining-kbd-macro | 3023 @defvar defining-kbd-macro |
3024 This variable is non-@code{nil} if and only if a keyboard macro is | 3024 This variable is non-@code{nil} if and only if a keyboard macro is |
3025 being defined. A command can test this variable so as to behave | 3025 being defined. A command can test this variable so as to behave |
3026 differently while a macro is being defined. The commands | 3026 differently while a macro is being defined. The value is |
3027 @code{start-kbd-macro} and @code{end-kbd-macro} set this variable---do | 3027 @code{append} while appending to the definition of an existing macro. |
3028 not set it yourself. | 3028 The commands @code{start-kbd-macro}, @code{kmacro-start-macro} and |
3029 @code{end-kbd-macro} set this variable---do not set it yourself. | |
3029 | 3030 |
3030 The variable is always local to the current terminal and cannot be | 3031 The variable is always local to the current terminal and cannot be |
3031 buffer-local. @xref{Multiple Displays}. | 3032 buffer-local. @xref{Multiple Displays}. |
3032 @end defvar | 3033 @end defvar |
3033 | 3034 |