aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-02-11 19:33:18 -0500
committerGlenn Morris2013-02-11 19:33:18 -0500
commit85adc63f8157bf90ee5a3b9dff94bea4c6f538eb (patch)
tree4a6867bb646e0cefcd939dcbfd6898d0d5b0868c
parent227be86d105d077b281e6a123ba2cc166635a429 (diff)
downloademacs-85adc63f8157bf90ee5a3b9dff94bea4c6f538eb.tar.gz
emacs-85adc63f8157bf90ee5a3b9dff94bea4c6f538eb.zip
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 41ffef11059..609ac84a892 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,8 @@
12013-02-12 Glenn Morris <rgm@gnu.org>
2
3 * keymaps.texi (Scanning Keymaps): Remove obsolete sentence about
4 meta characters; this changed in 22.1. (Bug#13684)
5
12013-02-11 Glenn Morris <rgm@gnu.org> 62013-02-11 Glenn Morris <rgm@gnu.org>
2 7
3 * objects.texi (Char-Table Type): Add cindex. 8 * 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.
1975If @var{prefix} is non-@code{nil}, it should be a prefix key; then the 1975If @var{prefix} is non-@code{nil}, it should be a prefix key; then the
1976listing includes only keys that start with @var{prefix}. 1976listing includes only keys that start with @var{prefix}.
1977 1977
1978The listing describes meta characters as @key{ESC} followed by the
1979corresponding non-meta character.
1980
1981When several characters with consecutive @acronym{ASCII} codes have the 1978When several characters with consecutive @acronym{ASCII} codes have the
1982same definition, they are shown together, as 1979same definition, they are shown together, as
1983@samp{@var{firstchar}..@var{lastchar}}. In this instance, you need to 1980@samp{@var{firstchar}..@var{lastchar}}. In this instance, you need to