]> git.eshelyaron.com Git - emacs.git/commitdiff
(tex-file, tex-run, tex-view): Finish `defgroup' description with period.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Jul 2005 03:44:33 +0000 (03:44 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Jul 2005 03:44:33 +0000 (03:44 +0000)
(tex-insert-quote, latex-find-indent): "?\ " -> "?\s".

lisp/textmodes/tex-mode.el

index 7d04464346a596dcf4f95204a8918af6bb4ad394..e0f1d78bb3192ad1942b1512c536c2f53934faf5 100644 (file)
 (require 'compile)
 
 (defgroup tex-file nil
-  "TeX files and directories"
+  "TeX files and directories."
   :prefix "tex-"
   :group 'tex)
 
 (defgroup tex-run nil
-  "Running external commands from TeX mode"
+  "Running external commands from TeX mode."
   :prefix "tex-"
   :group 'tex)
 
 (defgroup tex-view nil
-  "Viewing and printing TeX files"
+  "Viewing and printing TeX files."
   :prefix "tex-"
   :group 'tex)
 
@@ -1114,7 +1114,7 @@ inserts \" characters."
              (delete-char (length tex-open-quote))
              t)))
       (self-insert-command (prefix-numeric-value arg))
-    (insert (if (memq (char-syntax (preceding-char)) '(?\( ?> ?\ ))
+    (insert (if (memq (char-syntax (preceding-char)) '(?\( ?> ?\s))
                tex-open-quote tex-close-quote))))
 
 (defun tex-validate-buffer ()
@@ -2421,7 +2421,7 @@ There might be text before point."
         (+ indent (current-column) tex-indent-item))
        (t
         (let ((col (current-column)))
-          (if (or (not (eq (char-syntax (or (char-after pos) ?\ )) ?\())
+          (if (or (not (eq (char-syntax (or (char-after pos) ?\s)) ?\())
                   ;; Can't be an arg if there's an empty line inbetween.
                   (save-excursion (re-search-forward "^[ \t]*$" pos t)))
               ;; If the first char was not an open-paren, there's