]> git.eshelyaron.com Git - emacs.git/commitdiff
(smerge-diff-switches): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 30 Apr 2004 21:12:42 +0000 (21:12 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 30 Apr 2004 21:12:42 +0000 (21:12 +0000)
lisp/ChangeLog
lisp/smerge-mode.el

index 7a7d90921f52035cdc38cf8cec0bdad61ef6264a..c9a884fca6149fdc1b38019b9573fdf16093373b 100644 (file)
@@ -1,3 +1,7 @@
+2004-04-30  Juanma Barranquero  <lektu@terra.es>
+
+       * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
+
 2004-04-30  Mario Lang  <mlang@delysid.org>
 
        * diff.el (diff-switches): Fix typo in docstring.
index 8194a7d8e21d569a092e2b3e2be5cadc015b4581..35903dcf7491aba12bc86386fc3381114a947739 100644 (file)
@@ -65,7 +65,7 @@
 (defcustom smerge-diff-switches
   (append '("-d" "-b")
          (if (listp diff-switches) diff-switches (list diff-switches)))
-  "*A list of strings specifying switches to be be passed to diff.
+  "*A list of strings specifying switches to be passed to diff.
 Used in `smerge-diff-base-mine' and related functions."
   :group 'smerge
   :type '(repeat string))
@@ -324,7 +324,7 @@ according to `smerge-match-conflict'.")
              ;; Out of range
              (popup-menu smerge-mode-menu)
            ;; Install overlay.
-           (setq o (make-overlay (match-beginning i) (match-end i)))  
+           (setq o (make-overlay (match-beginning i) (match-end i)))
            (unwind-protect
                (progn
                  (overlay-put o 'face 'highlight)
@@ -512,7 +512,7 @@ An error is raised if not inside a conflict."
            (unwind-protect
                (add-text-properties start end smerge-text-properties)
              (restore-buffer-modified-p m)))
-              
+
          (store-match-data (list start end
                                  mine-start mine-end
                                  base-start base-end