From: Luc Teirlinck Date: Mon, 17 Jan 2005 02:44:58 +0000 (+0000) Subject: (Changing Key Bindings): `suppress-keymap' now uses command remapping. X-Git-Tag: ttn-vms-21-2-B4~2715 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cd7e5dd67d8b2a04e48a01714f7f5e7d87c97d4d;p=emacs.git (Changing Key Bindings): `suppress-keymap' now uses command remapping. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 635ca735e55..e31f6530afa 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2005-01-16 Luc Teirlinck + + * keymaps.texi (Changing Key Bindings): `suppress-keymap' now uses + command remapping. + 2005-01-14 Kim F. Storm * commands.texi (Accessing Events): Add WHOLE arg to posn-at-x-y. diff --git a/lispref/keymaps.texi b/lispref/keymaps.texi index b3ae0d8808e..8b2644c4fbb 100644 --- a/lispref/keymaps.texi +++ b/lispref/keymaps.texi @@ -1266,9 +1266,10 @@ map @defun suppress-keymap keymap &optional nodigits @cindex @code{self-insert-command} override This function changes the contents of the full keymap @var{keymap} by -making all the printing characters undefined. More precisely, it binds -them to the command @code{undefined}. This makes ordinary insertion of -text impossible. @code{suppress-keymap} returns @code{nil}. +remapping @code{self-insert-command} to the command @code{undefined} +(@pxref{Remapping Commands}). This has the effect of undefining all +printing characters, thus making ordinary insertion of text impossible. +@code{suppress-keymap} returns @code{nil}. If @var{nodigits} is @code{nil}, then @code{suppress-keymap} defines digits to run @code{digit-argument}, and @kbd{-} to run