comparison lispref/functions.texi @ 68706:0d97a839b475

(What Is a Function): Fix xref.
author Richard M. Stallman <rms@gnu.org>
date Wed, 08 Feb 2006 00:27:01 +0000
parents 067115a6e738
children eae7c0ae4744 c5406394f567
comparison
equal deleted inserted replaced
68705:0a6051c71556 68706:0d97a839b475
97 97
98 Keyboard macros (strings and vectors) are commands also, even though 98 Keyboard macros (strings and vectors) are commands also, even though
99 they are not functions. A symbol is a command if its function 99 they are not functions. A symbol is a command if its function
100 definition is a command; such symbols can be invoked with @kbd{M-x}. 100 definition is a command; such symbols can be invoked with @kbd{M-x}.
101 The symbol is a function as well if the definition is a function. 101 The symbol is a function as well if the definition is a function.
102 @xref{Command Overview}. 102 @xref{Interactive Call}.
103 103
104 @item keystroke command 104 @item keystroke command
105 @cindex keystroke command 105 @cindex keystroke command
106 A @dfn{keystroke command} is a command that is bound to a key sequence 106 A @dfn{keystroke command} is a command that is bound to a key sequence
107 (typically one to three keystrokes). The distinction is made here 107 (typically one to three keystrokes). The distinction is made here