auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. c050335dd83778a05b9ab


From: Ikumi Keita
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. c050335dd83778a05b9abaff354ad2573b972158
Date: Sat, 5 Mar 2022 03:04:16 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  c050335dd83778a05b9abaff354ad2573b972158 (commit)
      from  1bc2630275a28b3af8d9345f4d8fe6cdf4fe916a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c050335dd83778a05b9abaff354ad2573b972158
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date:   Thu Mar 3 22:53:37 2022 +0900

    ; Fix typo
    
    * doc/auctex.texi:
    * font-latex.el:
    * tex.el:
    explicitely -> explicitly

diff --git a/doc/auctex.texi b/doc/auctex.texi
index 51316cbe..8c46e587 100644
--- a/doc/auctex.texi
+++ b/doc/auctex.texi
@@ -1592,7 +1592,7 @@ seen indented in nested constructs.
 @vindex LaTeX-item-indent
 @vindex LaTeX-item-regexp
 
-You can explicitely indent single lines, usually by pressing @key{TAB},
+You can explicitly indent single lines, usually by pressing @key{TAB},
 or marked regions by calling @code{indent-region} on it.  If you have
 @code{auto-fill-mode} enabled and a line is broken while you type it,
 Emacs automatically cares about the indentation in the following line.
@@ -1750,7 +1750,7 @@ init file:
 (add-hook 'LaTeX-mode-hook #'turn-on-auto-fill)
 @end lisp
 
-You can manually fill explicitely marked regions, paragraphs,
+You can manually fill explicitly marked regions, paragraphs,
 environments, complete sections, or the whole buffer.  (Note that manual
 filling in @AUCTeX{} will indent the start of the region to be filled in
 contrast to many other Emacs modes.)
@@ -1766,7 +1766,7 @@ comment and continues after it.  In order to prevent 
overfull lines in
 the source code, a linebreak will be inserted before the last
 non-comment word by default.  This can be changed by customizing
 @code{LaTeX-fill-break-before-code-comments}.  If you have overfull
-lines with code comments you can fill those explicitely by calling
+lines with code comments you can fill those explicitly by calling
 @code{LaTeX-fill-paragraph} or pressing @kbd{M-q} with the cursor
 positioned on them.  This will add linebreaks in the comment and indent
 subsequent comment lines to the column of the comment in the first line
diff --git a/font-latex.el b/font-latex.el
index 6249d638..830fe261 100644
--- a/font-latex.el
+++ b/font-latex.el
@@ -1277,7 +1277,7 @@ triggers Font Lock to recognize the change."
   (set (make-local-variable 'font-lock-multiline) t)
 
   ;; The test for `major-mode' currently only works with docTeX mode
-  ;; because `TeX-install-font-lock' is called explicitely in
+  ;; because `TeX-install-font-lock' is called explicitly in
   ;; `doctex-mode'.  In case other modes have to be distinguished as
   ;; well, remove the call to `TeX-install-font-lock' from
   ;; `VirTeX-common-initialization' and place it in the different
diff --git a/tex.el b/tex.el
index eeca1aec..4876ae55 100644
--- a/tex.el
+++ b/tex.el
@@ -777,7 +777,7 @@ emacs 24.1 and is then later run by emacs 24.5."
     (TeX--call-minor-mode (ad-get-arg 0) (ad-get-arg 1))))
 (defun TeX--call-minor-mode (var val &rest _)
   "Call minor mode function if minor mode variable is found."
-    ;; Instead of checking for each mode explicitely `minor-mode-list'
+    ;; Instead of checking for each mode explicitly `minor-mode-list'
     ;; could be used.  But this may make the byte compiler pop up.
     (when (memq var '(TeX-PDF-mode
                       TeX-source-correlate-mode TeX-interactive-mode
@@ -1878,7 +1878,7 @@ SyncTeX are recognized."
   :group 'TeX-view
   ;; Since this is a global minor mode and we don't want to require
   ;; tex.el when the mode variable is set, the mode function is called
-  ;; explicitely (if necessary) in `VirTeX-common-initialization'.  We
+  ;; explicitly (if necessary) in `VirTeX-common-initialization'.  We
   ;; do it there because otherwise `kill-all-local-variables' would
   ;; reset `TeX-source-correlate-output-page-function' which is
   ;; buffer-local.
@@ -5443,7 +5443,7 @@ regardless of its data type."
   (let ((table (make-syntax-table (make-char-table 'syntax-table))))
     ;; Preset mode-independent syntax entries.  (Mode-dependent
     ;; entries are set in the function `TeX-search-syntax-table'.)
-    ;; ?\", ?\( and ?\) explicitely get whitespace syntax because
+    ;; ?\", ?\( and ?\) explicitly get whitespace syntax because
     ;; Emacs 21.3 and XEmacs don't generate a completely empty syntax
     ;; table.
     (dolist (elt '((?\f . ">") (?\n . ">") (?\" . " ") (?\( . " ") (?\) . " 
")))

-----------------------------------------------------------------------

Summary of changes:
 doc/auctex.texi | 6 +++---
 font-latex.el   | 2 +-
 tex.el          | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

[Prev in Thread] Current Thread [Next in Thread]