changeset 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 d128130f1ce4
children 1bca8e306103
files man/custom.texi
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/man/custom.texi	Thu Feb 22 13:56:35 2001 +0000
+++ b/man/custom.texi	Thu Feb 22 14:42:34 2001 +0000
@@ -1950,7 +1950,6 @@
 ;; @r{Translate @kbd{C-h} to @key{DEL}.}
 (keyboard-translate ?\C-h ?\C-?)
 
-@need 3000
 ;; @r{Translate @key{DEL} to @kbd{C-h}.}
 (keyboard-translate ?\C-? ?\C-h)
 @end example