Mercurial > emacs
comparison man/custom.texi @ 36292:dc5e51c4c0c6
(Keyboard Translations): Remove a `@need 3000'
in the example.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 22 Feb 2001 14:42:34 +0000 |
parents | 11db0318031d |
children | 4567e1729217 |
comparison
equal
deleted
inserted
replaced
36291:d128130f1ce4 | 36292:dc5e51c4c0c6 |
---|---|
1948 | 1948 |
1949 @example | 1949 @example |
1950 ;; @r{Translate @kbd{C-h} to @key{DEL}.} | 1950 ;; @r{Translate @kbd{C-h} to @key{DEL}.} |
1951 (keyboard-translate ?\C-h ?\C-?) | 1951 (keyboard-translate ?\C-h ?\C-?) |
1952 | 1952 |
1953 @need 3000 | |
1954 ;; @r{Translate @key{DEL} to @kbd{C-h}.} | 1953 ;; @r{Translate @key{DEL} to @kbd{C-h}.} |
1955 (keyboard-translate ?\C-? ?\C-h) | 1954 (keyboard-translate ?\C-? ?\C-h) |
1956 @end example | 1955 @end example |
1957 | 1956 |
1958 Keyboard translations are not the same as key bindings in keymaps | 1957 Keyboard translations are not the same as key bindings in keymaps |