]> git.eshelyaron.com Git - emacs.git/commitdiff
(diff-mode): Doc fix.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 16 Oct 2005 21:49:00 +0000 (21:49 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 16 Oct 2005 21:49:00 +0000 (21:49 +0000)
lisp/ChangeLog
lisp/diff-mode.el

index 1bdbfd1a077619eee189d0d372dfb5fc698675f9..5ac616dbe46e3034c9ffe96c2c9790958c423ecc 100644 (file)
@@ -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
index 09c3b6a89392bfd2d35f0aadad58d14a5e8aad0b..8f018185c98ac743b49aaeb2fb0ef42397a22879 100644 (file)
@@ -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)