From: Glenn Morris Date: Tue, 12 Feb 2013 00:33:18 +0000 (-0500) Subject: keymaps.texi small fix for bug#13684 X-Git-Tag: emacs-24.3-rc1~70 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=85adc63f8157bf90ee5a3b9dff94bea4c6f538eb;p=emacs.git keymaps.texi small fix for bug#13684 * doc/lispref/keymaps.texi (Scanning Keymaps): Remove obsolete sentence about meta characters; this changed in 22.1. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 41ffef11059..609ac84a892 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2013-02-12 Glenn Morris + + * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about + meta characters; this changed in 22.1. (Bug#13684) + 2013-02-11 Glenn Morris * objects.texi (Char-Table Type): Add cindex. diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi index 4e8256b3b4b..822e952ef98 100644 --- a/doc/lispref/keymaps.texi +++ b/doc/lispref/keymaps.texi @@ -1975,9 +1975,6 @@ modes---minor modes first, then the major mode, then global bindings. If @var{prefix} is non-@code{nil}, it should be a prefix key; then the listing includes only keys that start with @var{prefix}. -The listing describes meta characters as @key{ESC} followed by the -corresponding non-meta character. - When several characters with consecutive @acronym{ASCII} codes have the same definition, they are shown together, as @samp{@var{firstchar}..@var{lastchar}}. In this instance, you need to