[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex 01e3e22c7c 08/15: ; * doc/changes.texi: Wrap nil
From: |
ELPA Syncer |
Subject: |
[elpa] externals/auctex 01e3e22c7c 08/15: ; * doc/changes.texi: Wrap nil in @code and refill paragraphs. |
Date: |
Fri, 19 Jul 2024 18:57:29 -0400 (EDT) |
branch: externals/auctex
commit 01e3e22c7c33c2f6919b88992f47aa02b191196c
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>
; * doc/changes.texi: Wrap nil in @code and refill paragraphs.
---
doc/changes.texi | 35 +++++++++++++++++------------------
1 file changed, 17 insertions(+), 18 deletions(-)
diff --git a/doc/changes.texi b/doc/changes.texi
index 75cdabe9b7..496aa7993e 100644
--- a/doc/changes.texi
+++ b/doc/changes.texi
@@ -230,11 +230,10 @@ other symbols, in particular @kbd{"}
(@code{TeX-insert-quote}) and @kbd{\}
(@code{TeX-insert-backslash}). If you need one literal @samp{$}, you can
type @kbd{C-1 $} or @kbd{C-q $}.
@item
-We no longer have explicit support of the special behavior that
-if @code{TeX-electric-math} is non-nil and point is inside math
-mode right between a couple of single dollars, pressing @kbd{$}
-will insert another pair of dollar signs and leave the point
-between them.
+We no longer have explicit support of the special behavior that if
+@code{TeX-electric-math} is non-@code{nil} and point is inside math mode
+right between a couple of single dollars, pressing @kbd{$} will insert
+another pair of dollar signs and leave the point between them.
It still works as before if @code{TeX-electric-math} is pair of dollars
while it inserts @samp{\(} and @samp{\)} when @code{TeX-electric-math} is
@@ -732,7 +731,7 @@ documented in info files nor turned into a customize option
with
@item
The window system focus is pulled back to Emacs when viewing with
evince-compatible viewers if a new customize option
-@code{TeX-view-evince-keep-focus} is non-nil.
+@code{TeX-view-evince-keep-focus} is non-@code{nil}.
@item
The usual dose of bug fixes was administered.
@@ -1036,12 +1035,12 @@ only new expansion strings.
@item
Before running commands like @TeX{} and @LaTeX{}, now @AUCTeX{} performs
-some checks. If @code{TeX-check-TeX} is non-nil, it will test whether a
-working @TeX{} distribution is actually present in the system and
-available to Emacs. Instead, when @code{TeX-check-engine} is non-nil,
-before running @LaTeX{} commands @AUCTeX{} will check whether the
-correct engine has been set, based upon known restrictions posed by
-@LaTeX{} packages.
+some checks. If @code{TeX-check-TeX} is non-@code{nil}, it will test
+whether a working @TeX{} distribution is actually present in the system
+and available to Emacs. Instead, when @code{TeX-check-engine} is
+non-@code{nil}, before running @LaTeX{} commands @AUCTeX{} will check
+whether the correct engine has been set, based upon known restrictions
+posed by @LaTeX{} packages.
@item
Basic support to @ConTeXt{} Mark IV has been added. Users can now
@@ -1063,9 +1062,9 @@ Numbers of bugs have been fixed, many minor features have
been added.
@code{TeX-PDF-mode} is now enabled by default.
@item
-Now @code{TeX-previous-error} works with @TeX{} commands if the new
-option @code{TeX-parse-all-errors} is non-nil, which is the default.
-When this option is non-nil, an overview of errors and warnings reported
+Now @code{TeX-previous-error} works with @TeX{} commands if the new option
+@code{TeX-parse-all-errors} is non-@code{nil}, which is the default. When
+this option is non-@code{nil}, an overview of errors and warnings reported
by the @TeX{} compiler can be opened with @kbd{M-x TeX-error-overview
@key{RET}}.
@ifclear rawfile
@@ -1097,8 +1096,8 @@ Now you can insert @samp{$...$} or @samp{\(...\)} by
typing a single
@item
@kbd{C-c @key{RET} documentclass @key{RET}} completes with all available
@LaTeX{} classes, if the @code{TeX-arg-input-file-search} variable is
-non-nil. Completion for class options of the standard @LaTeX{} classes
-is provided as well.
+non-@code{nil}. Completion for class options of the standard @LaTeX{}
+classes is provided as well.
@item
New user options @code{LaTeX-default-author},
@@ -1420,7 +1419,7 @@ deprecated.
@item
@AUCTeX{} now can automatically insert a pair of braces after typing
@key{_} or @key{^} in math constructs if the new variable
-@code{TeX-electric-sub-and-superscript} is set to a non-nil value.
+@code{TeX-electric-sub-and-superscript} is set to a non-@code{nil} value.
@item
Some language-specific support for French was added. There now is
- [elpa] externals/auctex updated (3091f2ca61 -> 84e959333b), ELPA Syncer, 2024/07/19
- [elpa] externals/auctex 34818c0307 10/15: Simplify entering of captions in optional argument, ELPA Syncer, 2024/07/19
- [elpa] externals/auctex 70422fe0c7 12/15: * style/tabularray.el ("tabularray"): Load ninecolors.el., ELPA Syncer, 2024/07/19
- [elpa] externals/auctex 9bc5d19aa5 13/15: ; * NEWS.org: Update the file., ELPA Syncer, 2024/07/19
- [elpa] externals/auctex 84e959333b 15/15: Merge remote-tracking branch 'origin/master', ELPA Syncer, 2024/07/19
- [elpa] externals/auctex 63087fc4bf 06/15: * style/longtable.el ("longtable"): Support \LTcaptype macro., ELPA Syncer, 2024/07/19
- [elpa] externals/auctex 922545e8af 14/15: Update style/simpleicons.el to package v13.1.0, ELPA Syncer, 2024/07/19
- [elpa] externals/auctex 7fcab23c4b 04/15: Update style/simpleicons.el to package v13.0.0, ELPA Syncer, 2024/07/19
- [elpa] externals/auctex 08e7f159e8 02/15: Improve fontification of arguments, ELPA Syncer, 2024/07/19
- [elpa] externals/auctex 306a561ad5 03/15: Add new style/authblk.el, ELPA Syncer, 2024/07/19
- [elpa] externals/auctex 01e3e22c7c 08/15: ; * doc/changes.texi: Wrap nil in @code and refill paragraphs.,
ELPA Syncer <=
- [elpa] externals/auctex 7fca4a2016 01/15: Update style/acro.el to package v3.8, ELPA Syncer, 2024/07/19
- [elpa] externals/auctex 10c8f782f8 07/15: Keep compatibility with Org mode src editing (bug#71363), ELPA Syncer, 2024/07/19
- [elpa] externals/auctex 89fa93c4f9 05/15: ; * latex.el (TeX-arg-ref): Fix docstring., ELPA Syncer, 2024/07/19
- [elpa] externals/auctex ba84a2dbd1 09/15: Add new style/tabularray.el, ELPA Syncer, 2024/07/19
- [elpa] externals/auctex 71d25de1c6 11/15: Add new style/ninecolors.el, ELPA Syncer, 2024/07/19