aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2013-02-11 19:33:18 -0500
committerGlenn Morris <[email protected]>2013-02-11 19:33:18 -0500
commit85adc63f8157bf90ee5a3b9dff94bea4c6f538eb (patch)
tree4a6867bb646e0cefcd939dcbfd6898d0d5b0868c
parent227be86d105d077b281e6a123ba2cc166635a429 (diff)
keymaps.texi small fix for bug#13684
* doc/lispref/keymaps.texi (Scanning Keymaps): Remove obsolete sentence about meta characters; this changed in 22.1.
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/keymaps.texi3
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 <[email protected]>
+
+ * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
+ meta characters; this changed in 22.1. (Bug#13684)
+
2013-02-11 Glenn Morris <[email protected]>
* 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