comparison man/custom.texi @ 36263:11db0318031d

Remove redundant index entries.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 21 Feb 2001 15:29:46 +0000
parents a2719b6e7a2f
children dc5e51c4c0c6
comparison
equal deleted inserted replaced
36262:c2f7a7dc3322 36263:11db0318031d
685 faces that you have set but not saved. 685 faces that you have set but not saved.
686 686
687 @node Hooks 687 @node Hooks
688 @subsection Hooks 688 @subsection Hooks
689 @cindex hook 689 @cindex hook
690 @cindex hook function
691 @cindex running a hook 690 @cindex running a hook
692 691
693 @dfn{Hooks} are an important mechanism for customization of Emacs. A 692 @dfn{Hooks} are an important mechanism for customization of Emacs. A
694 hook is a Lisp variable which holds a list of functions, to be called on 693 hook is a Lisp variable which holds a list of functions, to be called on
695 some well-defined occasion. (This is called @dfn{running the hook}.) 694 some well-defined occasion. (This is called @dfn{running the hook}.)
1458 @end itemize 1457 @end itemize
1459 1458
1460 @node Rebinding 1459 @node Rebinding
1461 @subsection Changing Key Bindings Interactively 1460 @subsection Changing Key Bindings Interactively
1462 @cindex key rebinding, this session 1461 @cindex key rebinding, this session
1463 @cindex rebinding keys, this session 1462 @cindex redefining keys, this session
1464 1463
1465 The way to redefine an Emacs key is to change its entry in a keymap. 1464 The way to redefine an Emacs key is to change its entry in a keymap.
1466 You can change the global keymap, in which case the change is effective in 1465 You can change the global keymap, in which case the change is effective in
1467 all major modes (except those that have their own overriding local 1466 all major modes (except those that have their own overriding local
1468 definitions for the same key). Or you can change the current buffer's 1467 definitions for the same key). Or you can change the current buffer's