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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/diff-mode.el,v
Date: Mon, 13 Aug 2007 13:42:13 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/08/13 13:41:28

Index: lisp/diff-mode.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/diff-mode.el,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -b -r1.110 -r1.111
--- lisp/diff-mode.el   3 Aug 2007 22:06:35 -0000       1.110
+++ lisp/diff-mode.el   13 Aug 2007 13:41:00 -0000      1.111
@@ -724,7 +724,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))))
@@ -907,7 +907,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))))
@@ -969,7 +969,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]