[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex cd39966 14/80: ; Fix typos
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex cd39966 14/80: ; Fix typos |
Date: |
Wed, 16 Oct 2019 11:07:08 -0400 (EDT) |
branch: externals/auctex
commit cd3996645123ff65659f06acb2851b26720309af
Author: Ikumi Keita <address@hidden>
Commit: Ikumi Keita <address@hidden>
; Fix typos
* latex.el (LaTeX--after-math-macro-prefix-p):
* preview.el.in (preview-TeX-style-cooked, preview-TeX-style-dir):
Fix typos in doc strings.
---
latex.el | 2 +-
preview.el.in | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/latex.el b/latex.el
index 510d4bf..898eec8 100644
--- a/latex.el
+++ b/latex.el
@@ -6040,7 +6040,7 @@ i.e. you do _not_ have to cater for this yourself by
adding \\\\' or $."
Also sets `match-data' so that group 1 is the already typed
prefix.
-For example, in $a + \a| - 17$ with | denoting point, the
+For example, in $a + \\a| - 17$ with | denoting point, the
function would return non-nil and `(match-string 1)' would return
\"a\" afterwards."
(and (texmathp)
diff --git a/preview.el.in b/preview.el.in
index e6eceeb..9dd1cef 100644
--- a/preview.el.in
+++ b/preview.el.in
@@ -2365,7 +2365,7 @@ filename=%s>
(defun preview-TeX-style-cooked ()
"Return `preview-TeX-style-dir' in cooked form.
-This will be fine for prepending to a `TEXINPUT' style
+This will be fine for prepending to a `TEXINPUTS' style
environment variable, including an initial `.' at the front."
(if (or (zerop (length preview-TeX-style-dir))
(member (substring preview-TeX-style-dir -1) '(";" ":")))
@@ -2422,7 +2422,7 @@ systems, or `;' on Windows-like systems. And it should be
preceded with .: or .; accordingly in order to have . first in
the search path.
-The `TEXINPUT' environment type variables will get this prepended
+The `TEXINPUTS' environment type variables will get this prepended
at load time calling \\[preview-set-texinputs] to reflect this.
You can permanently install the style files using
\\[preview-install-styles].
- [elpa] externals/auctex updated (0c8d670 -> c5e47f8), Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 5b97c38 01/80: Add dependencies file auctex-pkg.el, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex c8177fd 05/80: * style/listings.el: Require tex.el., Tassilo Horn, 2019/10/16
- [elpa] externals/auctex c531148 04/80: ; Improve previous change in auctex.el.in, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 3543e45 06/80: New styles for beamerarticle & beamerswitch triggering beamer, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 78c0f09 07/80: Fix fontification of simple macros, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 083964b 02/80: Delete auctex-pkg.el which is not needed for ELPA releases, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex b82ab0c 08/80: Support up to 12 command arguments., Tassilo Horn, 2019/10/16
- [elpa] externals/auctex cd39966 14/80: ; Fix typos,
Tassilo Horn <=
- [elpa] externals/auctex 686a8ed 13/80: Elaborate LaTeX math insertion command, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 8a36595 12/80: Fix handling of function entries in `TeX-complete-list', Tassilo Horn, 2019/10/16
- [elpa] externals/auctex fcaef6b 11/80: Improve fontification of \href macro, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 23b3405 23/80: ; Fix typos, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 3b3c224 26/80: Remove compatibility code for xemacs, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 2a642a4 19/80: Add support for ChangeLog entries for LaTeX files, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex a8bbd1f 31/80: ; Fix document, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex ab57cb0 21/80: Add new function `LaTeX-extract-key-value-label', Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 4776fd0 25/80: ; Remove compatibility code for older emacsen, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 92c090d 30/80: Fix treatment of class and package options, Tassilo Horn, 2019/10/16