branch: main
commit 93e9d63287525c66b528c76cdea214c2020358ff
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>

    ; * style/ltx-talk.el ("ltx-talk"): Fix indentation.
---
 style/ltx-talk.el | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/style/ltx-talk.el b/style/ltx-talk.el
index de7c1ed4..04f6bcf2 100644
--- a/style/ltx-talk.el
+++ b/style/ltx-talk.el
@@ -88,9 +88,9 @@ Optional MACRO can be a string, for example, \"bibitem\"."
                                         "Color model"
                                         nil nil "/" "/"]
       (TeX-arg-conditional (LaTeX-xcolor-cmd-requires-spec-p 'col)
-                           (TeX-arg-xcolor)
-                           ((TeX-arg-completing-read 
(LaTeX-xcolor-definecolor-list)
-                                                     "Color name"))))
+          (TeX-arg-xcolor)
+        ((TeX-arg-completing-read (LaTeX-xcolor-definecolor-list)
+                                  "Color name"))))
 
     ;; \textcolor<overlay>{<name>}{<text>} or
     ;; \textcolor<overlay>[<model>]{<color spec>}{<text>}
@@ -100,9 +100,9 @@ Optional MACRO can be a string, for example, \"bibitem\"."
                                         "Color model"
                                         nil nil "/" "/"]
       (TeX-arg-conditional (LaTeX-xcolor-cmd-requires-spec-p 'col)
-                           (TeX-arg-xcolor)
-                           ((TeX-arg-completing-read 
(LaTeX-xcolor-definecolor-list)
-                                                     "Color name")))
+          (TeX-arg-xcolor)
+        ((TeX-arg-completing-read (LaTeX-xcolor-definecolor-list)
+                                  "Color name")))
       "Text")
 
     ;; \mathcolor<overlay>{<name>}{<math>} or
@@ -113,9 +113,9 @@ Optional MACRO can be a string, for example, \"bibitem\"."
                                         "Color model"
                                         nil nil "/" "/"]
       (TeX-arg-conditional (LaTeX-xcolor-cmd-requires-spec-p 'col)
-                           (TeX-arg-xcolor)
-                           ((TeX-arg-completing-read 
(LaTeX-xcolor-definecolor-list)
-                                                     "Color name")))
+          (TeX-arg-xcolor)
+        ((TeX-arg-completing-read (LaTeX-xcolor-definecolor-list)
+                                  "Color name")))
       "Math")
 
     ;; \includegraphics<overlay>[<options>]{<file>}
@@ -140,13 +140,13 @@ Optional MACRO can be a string, for example, \"bibitem\"."
     ;; 9.1 Itemizations, enumerations and descriptions
     '("item"
       (TeX-arg-conditional LaTeX-ltx-talk-item-overlay-flag
-                           ([TeX-arg-ltx-talk-overlay-spec "Action spec"])
-                           ())
+          ([TeX-arg-ltx-talk-overlay-spec "Action spec"])
+        ())
       (TeX-arg-conditional (or TeX-arg-item-label-p
                                (string= (LaTeX-current-environment)
                                         "description"))
-                           (["Item label"])
-                           ())
+          (["Item label"])
+        ())
       TeX-arg-space)
 
     ;; 9.2 Highlighting

Reply via email to