]> git.eshelyaron.com Git - emacs.git/commitdiff
(ediff-highlighting, ediff-merge, ediff-hook): Finish `defgroup' description
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Jul 2005 02:00:10 +0000 (02:00 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Jul 2005 02:00:10 +0000 (02:00 +0000)
with period.
(ediff-abbrev-jobname): "?\ " -> "?\s".

lisp/ediff-init.el

index 3933fd760d2cbbfa6f36906c2dc77e0cea6d273e..4863c2558309c8847cdbff55e227571e35a87aff 100644 (file)
@@ -393,17 +393,17 @@ It needs to be killed when we quit the session.")
             this-command)))
 
 (defgroup ediff-highlighting nil
-  "Hilighting of difference regions in Ediff"
+  "Hilighting of difference regions in Ediff."
   :prefix "ediff-"
   :group 'ediff)
 
 (defgroup ediff-merge nil
-  "Merging utilities"
+  "Merging utilities."
   :prefix "ediff-"
   :group 'ediff)
 
 (defgroup ediff-hook nil
-  "Hooks run by Ediff"
+  "Hooks run by Ediff."
   :prefix "ediff-"
   :group 'ediff)
 
@@ -1840,7 +1840,7 @@ Unless optional argument INPLACE is non-nil, return a new string."
         "Merge dir versions via ancestors")
        (t
         (capitalize
-         (subst-char-in-string ?- ?\  (substring (symbol-name jobname) 6))))
+         (subst-char-in-string ?- ?\s (substring (symbol-name jobname) 6))))
        ))