Mercurial > hg > xemacs-beta
comparison man/lispref/variables.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 | ccaf90c5a53a |
children | 06a586083be3 |
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/variables.info | 5 @setfilename ../../info/variables.info |
6 @node Variables, Functions, Control Structures, Top | 6 @node Variables, Functions and Commands, Control Structures, Top |
7 @chapter Variables | 7 @chapter Variables |
8 @cindex variable | 8 @cindex variable |
9 | 9 |
10 A @dfn{variable} is a name used in a program to stand for a value. | 10 A @dfn{variable} is a name used in a program to stand for a value. |
11 Nearly all programming languages have variables of some sort. In the | 11 Nearly all programming languages have variables of some sort. In the |
223 Here is a complete list of the other facilities that create local | 223 Here is a complete list of the other facilities that create local |
224 bindings: | 224 bindings: |
225 | 225 |
226 @itemize @bullet | 226 @itemize @bullet |
227 @item | 227 @item |
228 Function calls (@pxref{Functions}). | 228 Function calls (@pxref{Functions and Commands}). |
229 | 229 |
230 @item | 230 @item |
231 Macro calls (@pxref{Macros}). | 231 Macro calls (@pxref{Macros}). |
232 | 232 |
233 @item | 233 @item |