summaryrefslogtreecommitdiff
path: root/lispref/functions.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-02-08 00:27:09 +0000
committerRichard M. Stallman <rms@gnu.org>2006-02-08 00:27:09 +0000
commitcd6cd82ac0f5ef22703450a143561218831d737c (patch)
treeb7d5195b05755e55b9b4161b8075957ad0d0f32c /lispref/functions.texi
parent91055930f5260b0d5e36e8512f209b9cc211c8b8 (diff)
downloademacs-cd6cd82ac0f5ef22703450a143561218831d737c.tar.gz
(What Is a Function): Fix xref.
Diffstat (limited to 'lispref/functions.texi')
-rw-r--r--lispref/functions.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/functions.texi b/lispref/functions.texi
index bc05a1d388d..9c7381b80d7 100644
--- a/lispref/functions.texi
+++ b/lispref/functions.texi
@@ -99,7 +99,7 @@ Keyboard macros (strings and vectors) are commands also, even though
they are not functions. A symbol is a command if its function
definition is a command; such symbols can be invoked with @kbd{M-x}.
The symbol is a function as well if the definition is a function.
-@xref{Command Overview}.
+@xref{Interactive Call}.
@item keystroke command
@cindex keystroke command