summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2005-10-16 21:49:00 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2005-10-16 21:49:00 +0000
commit72147c533b3528e66e74ce748266111e69754469 (patch)
treec0b2057d7449bd353a67e908a997a683ee07c0be
parent16b52b61557334aa099904061c30bdaaa4fa638a (diff)
downloademacs-72147c533b3528e66e74ce748266111e69754469.tar.gz
(diff-mode): Doc fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/diff-mode.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1bdbfd1a077..5ac616dbe46 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
+
+ * diff-mode.el (diff-mode): Doc fix.
+
2005-10-16 David Reitter <david.reitter@gmail.com>
* mail/sendmail.el (send-mail-function): Use mailclient-send-it
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)