summaryrefslogtreecommitdiff
path: root/lisp/diff-mode.el
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2005-10-16 21:47:37 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2005-10-16 21:47:37 +0000
commit645c3cebb782187b0b49c8926b70dfee07cd0e4b (patch)
treeb6d3cdabe857a54b5f4e862f0fd2b0b201af344d /lisp/diff-mode.el
parent2532fe670c6350dc31c3f5b0c96242d9a055d62a (diff)
downloademacs-645c3cebb782187b0b49c8926b70dfee07cd0e4b.tar.gz
(diff-mode): Doc fix.
Diffstat (limited to 'lisp/diff-mode.el')
-rw-r--r--lisp/diff-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el
index 09c3b6a8939..8f018185c98 100644
--- a/lisp/diff-mode.el
+++ b/lisp/diff-mode.el
@@ -967,7 +967,7 @@ If you edit the buffer manually, diff-mode will try to update the hunk
headers for you on-the-fly.
You can also switch between context diff and unified diff with \\[diff-context->unified],
-or vice versa with \\[diff-unified->context] and you can also revert the direction of
+or vice versa with \\[diff-unified->context] and you can also reverse the direction of
a diff with \\[diff-reverse-direction]."
(set (make-local-variable 'font-lock-defaults) diff-font-lock-defaults)
(set (make-local-variable 'outline-regexp) diff-outline-regexp)