comparison lispref/modes.texi @ 64453:5bf18d0546ae

(Defining Minor Modes): Delete duplicate words.
author Juri Linkov <juri@jurta.org>
date Mon, 18 Jul 2005 15:39:33 +0000
parents 99e9892a51d9
children 82d9ac62ed1d 187d6a1f84f7
comparison
equal deleted inserted replaced
64452:4f79ca9c8974 64453:5bf18d0546ae
1413 1413
1414 @item :keymap @var{keymap} 1414 @item :keymap @var{keymap}
1415 This is equivalent to specifying @var{keymap} positionally. 1415 This is equivalent to specifying @var{keymap} positionally.
1416 @end table 1416 @end table
1417 1417
1418 Any other keyword arguments are passed passed directly to the 1418 Any other keyword arguments are passed directly to the
1419 @code{defcustom} generated for the variable @var{mode}. 1419 @code{defcustom} generated for the variable @var{mode}.
1420 1420
1421 The command named @var{mode} first performs the standard actions such 1421 The command named @var{mode} first performs the standard actions such
1422 as setting the variable named @var{mode} and then executes the 1422 as setting the variable named @var{mode} and then executes the
1423 @var{body} forms, if any. It finishes by running the mode hook 1423 @var{body} forms, if any. It finishes by running the mode hook