[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 0bca1c5f: ; Fix typo
From: |
Arash Esbati |
Subject: |
master 0bca1c5f: ; Fix typo |
Date: |
Tue, 4 Jun 2024 10:15:31 -0400 (EDT) |
branch: master
commit 0bca1c5f973c534d690e892f451b2cd08deebb16
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>
; Fix typo
* tex.el (TeX-region-create):
* style/paracol.el (LaTeX-paracol--used-model): Fix typo.
---
style/paracol.el | 2 +-
tex.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/style/paracol.el b/style/paracol.el
index bc9b4ded..4781158e 100644
--- a/style/paracol.el
+++ b/style/paracol.el
@@ -65,7 +65,7 @@ If OPTIONAL is non-nil, insert the result in square brackets."
(TeX-argument-insert col optional)))))
(defun LaTeX-paracol--used-model (&optional xcolor)
- "Seach for \\backgroundcolor and return the optional used color model.
+ "Search for \\backgroundcolor and return the optional used color model.
If XCOLOR is non-nil, store the returned value in the variable
`LaTeX-xcolor-used-type-model', otherwise in the variable
`LaTeX-color-used-model'."
diff --git a/tex.el b/tex.el
index 0795e602..b3462d2b 100644
--- a/tex.el
+++ b/tex.el
@@ -9125,7 +9125,7 @@ original file."
(header-end TeX-header-end)
(trailer-start TeX-trailer-start)
- ;; We seach for header and trailer in the master file.
+ ;; We search for header and trailer in the master file.
(orig-buffer (current-buffer))
(master-name (TeX-master-file TeX-default-extension))
(master-buffer (find-file-noselect master-name))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 0bca1c5f: ; Fix typo,
Arash Esbati <=