comparison doc/lispref/keymaps.texi @ 102755:c7b4bd09cdf1

(Prefix Keys): The M-g prefix key is now named goto-map. Add search-map to the list.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 28 Mar 2009 03:18:24 +0000
parents cd9537533674
children a447859a557b
comparison
equal deleted inserted replaced
102754:8622545afe42 102755:c7b4bd09cdf1
485 @cindex @kbd{C-x 4} 485 @cindex @kbd{C-x 4}
486 @vindex ctl-x-4-map 486 @vindex ctl-x-4-map
487 @code{ctl-x-4-map} is the global keymap used for the @kbd{C-x 4} prefix 487 @code{ctl-x-4-map} is the global keymap used for the @kbd{C-x 4} prefix
488 key. 488 key.
489 489
490 @c Emacs 19 feature
491 @item 490 @item
492 @cindex @kbd{C-x 5} 491 @cindex @kbd{C-x 5}
493 @vindex ctl-x-5-map 492 @vindex ctl-x-5-map
494 @code{ctl-x-5-map} is the global keymap used for the @kbd{C-x 5} prefix 493 @code{ctl-x-5-map} is the global keymap used for the @kbd{C-x 5} prefix
495 key. 494 key.
496 495
497 @c Emacs 19 feature
498 @item 496 @item
499 @cindex @kbd{C-x 6} 497 @cindex @kbd{C-x 6}
500 @vindex 2C-mode-map 498 @vindex 2C-mode-map
501 @code{2C-mode-map} is the global keymap used for the @kbd{C-x 6} prefix 499 @code{2C-mode-map} is the global keymap used for the @kbd{C-x 6} prefix
502 key. 500 key.
506 @vindex vc-prefix-map 504 @vindex vc-prefix-map
507 @code{vc-prefix-map} is the global keymap used for the @kbd{C-x v} prefix 505 @code{vc-prefix-map} is the global keymap used for the @kbd{C-x v} prefix
508 key. 506 key.
509 507
510 @item 508 @item
509 @cindex @kbd{M-g}
510 @vindex goto-map
511 @code{goto-map} is the global keymap used for the @kbd{M-g} prefix
512 key.
513
514 @item
515 @cindex @kbd{M-s}
516 @vindex search-map
517 @code{search-map} is the global keymap used for the @kbd{M-s} prefix
518 key.
519
520 @item
511 @cindex @kbd{M-o} 521 @cindex @kbd{M-o}
512 @vindex facemenu-keymap 522 @vindex facemenu-keymap
513 @code{facemenu-keymap} is the global keymap used for the @kbd{M-o} 523 @code{facemenu-keymap} is the global keymap used for the @kbd{M-o}
514 prefix key. 524 prefix key.
515 525
516 @c Emacs 19 feature
517 @item 526 @item
518 The other Emacs prefix keys are @kbd{M-g}, @kbd{C-x @@}, @kbd{C-x a i}, 527 The other Emacs prefix keys are @kbd{C-x @@}, @kbd{C-x a i}, @kbd{C-x
519 @kbd{C-x @key{ESC}} and @kbd{@key{ESC} @key{ESC}}. They use keymaps 528 @key{ESC}} and @kbd{@key{ESC} @key{ESC}}. They use keymaps that have
520 that have no special names. 529 no special names.
521 @end itemize 530 @end itemize
522 531
523 The keymap binding of a prefix key is used for looking up the event 532 The keymap binding of a prefix key is used for looking up the event
524 that follows the prefix key. (It may instead be a symbol whose function 533 that follows the prefix key. (It may instead be a symbol whose function
525 definition is a keymap. The effect is the same, but the symbol serves 534 definition is a keymap. The effect is the same, but the symbol serves