comparison man/lispref/macros.texi @ 2492:6780963faf78

[xemacs-hg @ 2005-01-21 09:43:09 by aidan] Rename "functions" node to "functions and commands," move the definition of a command further up the list of types of functions, give information on a trivial (interactive) declaration, and cross-reference to the key binding detail. Cf. 87vf9wgd08.fsf@tleepslib.sk.tsukuba.ac.jp (comp.emacs.xemacs, 2005-01-18).
author aidan
date Fri, 21 Jan 2005 09:43:12 +0000
parents 576fb035e263
children 755ae5b97edb
comparison
equal deleted inserted replaced
2491:876c400e58d7 2492:6780963faf78
1 @c -*-texinfo-*- 1 @c -*-texinfo-*-
2 @c This is part of the XEmacs Lisp Reference Manual. 2 @c This is part of the XEmacs Lisp Reference Manual.
3 @c Copyright (C) 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc. 3 @c Copyright (C) 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
4 @c See the file lispref.texi for copying conditions. 4 @c See the file lispref.texi for copying conditions.
5 @setfilename ../../info/macros.info 5 @setfilename ../../info/macros.info
6 @node Macros, Loading, Functions, Top 6 @node Macros, Loading, Functions and Commands, Top
7 @chapter Macros 7 @chapter Macros
8 @cindex macros 8 @cindex macros
9 9
10 @dfn{Macros} enable you to define new control constructs and other 10 @dfn{Macros} enable you to define new control constructs and other
11 language features. A macro is defined much like a function, but instead 11 language features. A macro is defined much like a function, but instead