emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/diff-mode.el,v [EMACS_22_BASE]


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/diff-mode.el,v [EMACS_22_BASE]
Date: Mon, 06 Aug 2007 20:08:12 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Stefan Monnier <monnier>        07/08/06 20:08:11

Index: diff-mode.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/diff-mode.el,v
retrieving revision 1.99.2.2
retrieving revision 1.99.2.3
diff -u -b -r1.99.2.2 -r1.99.2.3
--- diff-mode.el        30 Jul 2007 00:19:02 -0000      1.99.2.2
+++ diff-mode.el        6 Aug 2007 20:08:07 -0000       1.99.2.3
@@ -685,7 +685,7 @@
 (defun diff-unified->context (start end)
   "Convert unified diffs to context diffs.
 START and END are either taken from the region (if a prefix arg is given) or
-else cover the whole bufer."
+else cover the whole buffer."
   (interactive (if (or current-prefix-arg (and transient-mark-mode 
mark-active))
                   (list (region-beginning) (region-end))
                 (list (point-min) (point-max))))
@@ -847,7 +847,7 @@
 (defun diff-reverse-direction (start end)
   "Reverse the direction of the diffs.
 START and END are either taken from the region (if a prefix arg is given) or
-else cover the whole bufer."
+else cover the whole buffer."
   (interactive (if (or current-prefix-arg (and transient-mark-mode 
mark-active))
                   (list (region-beginning) (region-end))
                 (list (point-min) (point-max))))
@@ -909,7 +909,7 @@
 (defun diff-fixup-modifs (start end)
   "Fixup the hunk headers (in case the buffer was modified).
 START and END are either taken from the region (if a prefix arg is given) or
-else cover the whole bufer."
+else cover the whole buffer."
   (interactive (if (or current-prefix-arg (and transient-mark-mode 
mark-active))
                   (list (region-beginning) (region-end))
                 (list (point-min) (point-max))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]