diff options
Diffstat (limited to 'lispref/functions.texi')
-rw-r--r-- | lispref/functions.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/functions.texi b/lispref/functions.texi index 17a96734b10..9c7381b80d7 100644 --- a/lispref/functions.texi +++ b/lispref/functions.texi @@ -1,7 +1,7 @@ @c -*-texinfo-*- @c This is part of the GNU Emacs Lisp Reference Manual. @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2002, 2003, -@c 2004, 2005 Free Software Foundation, Inc. +@c 2004, 2005, 2006 Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. @setfilename ../info/functions @node Functions, Macros, Variables, Top @@ -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 |