]> git.eshelyaron.com Git - emacs.git/commitdiff
(executable): Finish `defgroup' description with period.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Jul 2005 03:05:17 +0000 (03:05 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Jul 2005 03:05:17 +0000 (03:05 +0000)
(executable-set-magic): "?\ " -> "?\s".

lisp/progmodes/executable.el

index d278b10ba0c542c7ecef43dc62906a4760adbace..3fff4c040380201d79fe8e6aba9c1f5d8e476366 100644 (file)
@@ -53,7 +53,7 @@
 ;;; Code:
 
 (defgroup executable nil
-  "Base functionality for executable interpreter scripts"
+  "Base functionality for executable interpreter scripts."
   :group 'processes)
 
 ;; This used to default to `other', but that doesn't seem to have any
@@ -230,7 +230,7 @@ executable."
            (and (goto-char (match-beginning 1))
                 ;; If the line ends in a space,
                 ;; don't offer to change it.
-                (not (= (char-after (1- (match-end 1))) ?\ ))
+                (not (= (char-after (1- (match-end 1))) ?\s))
                 (not (string= argument
                               (buffer-substring (point) (match-end 1))))
                 (if (or (not executable-query) no-query-flag