comparison man/commands.texi @ 38172:aad260e72f97

Minor change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 24 Jun 2001 08:17:21 +0000
parents fe7da308892e
children 41ebc22562e0
comparison
equal deleted inserted replaced
38171:2bb155ae3902 38172:aad260e72f97
210 things simple. To give the information needed for customization, we 210 things simple. To give the information needed for customization, we
211 state the name of the command which really does the work in parentheses 211 state the name of the command which really does the work in parentheses
212 after mentioning the key that runs it. For example, we will say that 212 after mentioning the key that runs it. For example, we will say that
213 ``The command @kbd{C-n} (@code{next-line}) moves point vertically 213 ``The command @kbd{C-n} (@code{next-line}) moves point vertically
214 down,'' meaning that @code{next-line} is a command that moves vertically 214 down,'' meaning that @code{next-line} is a command that moves vertically
215 down and @kbd{C-n} is a key that is standardly bound to it. 215 down, and @kbd{C-n} is a key that is normally bound to it.
216 216
217 While we are on the subject of information for customization only, 217 While we are on the subject of information for customization only,
218 it's a good time to tell you about @dfn{variables}. Often the 218 it's a good time to tell you about @dfn{variables}. Often the
219 description of a command will say, ``To change this, set the variable 219 description of a command will say, ``To change this, set the variable
220 @code{mumble-foo}.'' A variable is a name used to remember a value. 220 @code{mumble-foo}.'' A variable is a name used to remember a value.