monnier pushed a commit to branch externals/auctex
in repository elpa.
commit 746ccbe7564aef3b0d04e13a79fdec890ed9b3e7
Author: Tassilo Horn <[email protected]>
Date: Thu Jan 17 07:24:53 2013 +0000
* doc/auctex.texi: Document `TeX-arg-length' and
`TeX-arg-define-length'.
---
ChangeLog | 5 +++++
doc/auctex.texi | 8 ++++++++
2 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index b2013e3..f5908f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-01-17 Tassilo Horn <[email protected]>
+
+ * doc/auctex.texi: Document `TeX-arg-length' and
+ `TeX-arg-define-length'.
+
2013-01-16 Mos� Giordano <[email protected]>
* latex.el (LaTeX-auto-length-regexp-list): New variable.
diff --git a/doc/auctex.texi b/doc/auctex.texi
index dddea3b..d9aa2ba 100644
--- a/doc/auctex.texi
+++ b/doc/auctex.texi
@@ -3919,6 +3919,9 @@ Evaluate arguments and insert the result in the buffer.
@item TeX-arg-label
Prompt for a label completing with known labels.
+@item TeX-arg-length
+Prompt for a @LaTeX{} length completing with known lengths.
+
@item TeX-arg-macro
Prompt for a @TeX{} macro with completion.
@@ -3949,6 +3952,11 @@ be controlled by the variable
@code{TeX-arg-input-file-search}.)
Prompt for a label completing with known labels. Add label to list of
defined labels.
+@item TeX-arg-define-length
+Prompt for a @LaTeX{} length completing with known lengths. Add length
+to list of defined lengths.
+
+
@item TeX-arg-define-macro
Prompt for a @TeX{} macro with completion. Add macro to list of defined
macros.