summaryrefslogtreecommitdiff
path: root/man/faq.texi
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-01-12 15:58:30 +0000
committerPavel Janík <Pavel@Janik.cz>2002-01-12 15:58:30 +0000
commit8c1cc9e8a6a7106c2aae52ec5d95034e7c946981 (patch)
tree76bd11eba414adb44ccb0a0fb76c533c358746be /man/faq.texi
parentef59dd3bb89839f8480e2c5eb91edc6c55bebad8 (diff)
downloademacs-8c1cc9e8a6a7106c2aae52ec5d95034e7c946981.tar.gz
Fix typo.
Diffstat (limited to 'man/faq.texi')
-rw-r--r--man/faq.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/faq.texi b/man/faq.texi
index c4ee4bf181f..ced2f7ebecf 100644
--- a/man/faq.texi
+++ b/man/faq.texi
@@ -4718,7 +4718,7 @@ This method is not recommended, though: it only solves the problem for
those modes which bind @key{DEL} to @code{delete-backward-char}. Modes
which bind @key{DEL} to something else, such as @code{view-mode}, will
not work as you expect when you press the @key{Backspace} key. For this
-reason, we recommend the the @code{keyboard-translate} method, shown
+reason, we recommend the @code{keyboard-translate} method, shown
above.
Other popular key bindings for help are @kbd{M-?} and @kbd{C-x ?}.