]> git.eshelyaron.com Git - emacs.git/commitdiff
(Keyboard Translations): Remove a `@need 3000'
authorGerd Moellmann <gerd@gnu.org>
Thu, 22 Feb 2001 14:42:34 +0000 (14:42 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 22 Feb 2001 14:42:34 +0000 (14:42 +0000)
in the example.

man/custom.texi

index 86d9f431ef3756baa413c922c6c44d8d814c2964..f7a9e3c92916b5dc6ee11712a3e078c2a9af61b0 100644 (file)
@@ -1950,7 +1950,6 @@ translations to turn @kbd{C-h} into @key{DEL} and @key{DEL} into
 ;; @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