From 85adc63f8157bf90ee5a3b9dff94bea4c6f538eb Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 11 Feb 2013 19:33:18 -0500 Subject: keymaps.texi small fix for bug#13684 * doc/lispref/keymaps.texi (Scanning Keymaps): Remove obsolete sentence about meta characters; this changed in 22.1. --- doc/lispref/ChangeLog | 5 +++++ doc/lispref/keymaps.texi | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 41ffef1105..609ac84a89 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 4e8256b3b4..822e952ef9 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 -- cgit v1.2.3