[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex b10ca71 01/26: Fix docstring.
From: |
Tassilo Horn |
Subject: |
[elpa] externals/auctex b10ca71 01/26: Fix docstring. |
Date: |
Fri, 13 Nov 2015 17:00:30 +0000 |
branch: externals/auctex
commit b10ca711d7ecbdda8b52c2d6b5b8d22cee42074e
Author: Arash Esbati <address@hidden>
Commit: Tassilo Horn <address@hidden>
Fix docstring.
* style/caption.el (LaTeX-arg-caption-captionbox): Fix doctring.
* style/subcaption.el (LaTeX-arg-subcaption-subcaption): Fix
doctring.
(LaTeX-arg-subcaption-subcaptionbox): ditto.
---
ChangeLog | 8 ++++++++
style/caption.el | 2 +-
style/subcaption.el | 4 ++--
3 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 3b4b629..3f7ac31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-10-24 Arash Esbati <address@hidden>
+
+ * style/caption.el (LaTeX-arg-caption-captionbox): Fix doctring.
+
+ * style/subcaption.el (LaTeX-arg-subcaption-subcaption): Fix
+ doctring.
+ (LaTeX-arg-subcaption-subcaptionbox): ditto.
+
2015-10-19 Mos� Giordano <address@hidden>
* tex-buf.el (TeX-command): Check that AUCTeX can find a working
diff --git a/style/caption.el b/style/caption.el
index 4412443..4e394f0 100644
--- a/style/caption.el
+++ b/style/caption.el
@@ -221,7 +221,7 @@ suffix of the command."
(defun LaTeX-arg-caption-captionbox (optional &optional star prompt)
"Query for the arguments of `\\captionbox' incl. a label and
-insert them. If STAR is t, then do not query for a `\\label' and
+insert them. If STAR is non-nil, then do not query for a `\\label' and
insert only a caption."
(let ((caption (TeX-read-string
(TeX-argument-prompt optional prompt "Caption"))))
diff --git a/style/subcaption.el b/style/subcaption.el
index 83b20a0..6205366 100644
--- a/style/subcaption.el
+++ b/style/subcaption.el
@@ -38,7 +38,7 @@ same values as \"labelformat\" from caption package.")
(defun LaTeX-arg-subcaption-subcaption (optional &optional star prompt)
"Query for the arguments of \\subcaption incl. a label and
-insert them. If STAR is t, then do not query for the lof entry
+insert them. If STAR is non-nil, then do not query for the lof entry
and \\label and insert only a caption."
(let ((lof (unless star
(TeX-read-string
@@ -56,7 +56,7 @@ and \\label and insert only a caption."
(defun LaTeX-arg-subcaption-subcaptionbox (optional &optional star prompt)
"Query for the arguments of \\subcaptionbox incl. a label and
-insert them. If STAR is t, then do not query for a \\label and
+insert them. If STAR is non-nil, then do not query for a \\label and
insert only a caption."
(let ((caption (TeX-read-string
(TeX-argument-prompt optional prompt "Sub-caption"))))
- [elpa] externals/auctex updated (35a4cfc -> 7363de1), Tassilo Horn, 2015/11/13
- [elpa] externals/auctex b10ca71 01/26: Fix docstring.,
Tassilo Horn <=
- [elpa] externals/auctex 90ea1a0 02/26: Remove SmallCaps font declaration command., Tassilo Horn, 2015/11/13
- [elpa] externals/auctex dbeb71f 04/26: Improve style., Tassilo Horn, 2015/11/13
- [elpa] externals/auctex b4f95f9 07/26: Disable special filling of math constructs, Tassilo Horn, 2015/11/13
- [elpa] externals/auctex 6351078 09/26: Use LaTeX-style-list for default classes completion., Tassilo Horn, 2015/11/13
- [elpa] externals/auctex 9dba8fd 15/26: Make View command work no matter how emacs started, Tassilo Horn, 2015/11/13
- [elpa] externals/auctex c39c63f 13/26: Add new style hologo.el., Tassilo Horn, 2015/11/13
- [elpa] externals/auctex d56502e 05/26: Support node name completion in texinfo, Tassilo Horn, 2015/11/13
- [elpa] externals/auctex a2f8bc6 08/26: Fix Texinfo-make-node-list, Tassilo Horn, 2015/11/13
- [elpa] externals/auctex 52275f9 03/26: Improve style., Tassilo Horn, 2015/11/13
- [elpa] externals/auctex b3153ec 16/26: Add function for reverting document buffer, Tassilo Horn, 2015/11/13