[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex 23b3405 23/80: ; Fix typos
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex 23b3405 23/80: ; Fix typos |
Date: |
Wed, 16 Oct 2019 11:07:10 -0400 (EDT) |
branch: externals/auctex
commit 23b34057e44b4c42a393d1fa4e0e8c11171b7ea2
Author: Ikumi Keita <address@hidden>
Commit: Ikumi Keita <address@hidden>
; Fix typos
* texmathp.el (texmathp-allow-detached-args,texmathp-why): Fix typos
in doc strings.
---
texmathp.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/texmathp.el b/texmathp.el
index 9f32179..ba5aba3 100644
--- a/texmathp.el
+++ b/texmathp.el
@@ -237,8 +237,8 @@ empty lines we go back to fix the search limit."
(defcustom texmathp-allow-detached-args nil
"*Non-nil means, allow arguments of macros to be detached by whitespace.
-When this is t, `aaa' will be interpreted as an argument of \bb in the
-following construct: \bbb [xxx] {aaa}
+When this is t, `aaa' will be interpreted as an argument of \\bbb in the
+following construct: \\bbb [xxx] {aaa}
This is legal in TeX. The disadvantage is that any number of braces
expressions
will be considered arguments of the macro independent of its definition."
:group 'texmathp
@@ -247,7 +247,7 @@ will be considered arguments of the macro independent of
its definition."
(defvar texmathp-why nil
"After a call to `texmathp' this variable shows why math-mode is on or off.
The value is a cons cell (MATCH . POSITION).
-MATCH is a string like a car of an entry in `texmathp-tex-commands', e.q.
+MATCH is a string like a car of an entry in `texmathp-tex-commands', e.g.
\"equation\" or \"\\ensuremath\" or \"\\=\\[\" or \"$\".
POSITION is the buffer position of the match. If there was no match,
it points to the limit used for searches, usually two paragraphs up.")
- [elpa] externals/auctex c8177fd 05/80: * style/listings.el: Require tex.el., (continued)
- [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, 2019/10/16
- [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 <=
- [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
- [elpa] externals/auctex a30db7c 24/80: Allow the user to customize which TeX commands are available in each mode., Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 4d0cf0f 10/80: ; Silence the compiler, Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 7872796 15/80: * tex-info.el (TeX-texinfo-mode): Set `add-log-current-defun-function' locally., Tassilo Horn, 2019/10/16
- [elpa] externals/auctex 18a09f0 03/80: * auctex.el: Add requireds, keywords, and trailer, Tassilo Horn, 2019/10/16