auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 89fa93c4: ; * latex.el (TeX-arg-ref): Fix docstring.


From: Arash Esbati
Subject: master 89fa93c4: ; * latex.el (TeX-arg-ref): Fix docstring.
Date: Sun, 7 Jul 2024 17:25:21 -0400 (EDT)

branch: master
commit 89fa93c4f9cc9616925f2401e0bbb8b04505e017
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    ; * latex.el (TeX-arg-ref): Fix docstring.
---
 latex.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/latex.el b/latex.el
index b9014668..9b92c743 100644
--- a/latex.el
+++ b/latex.el
@@ -2399,11 +2399,11 @@ initial input for the label."
 (defvar reftex-ref-macro-prompt)
 
 (defun TeX-arg-ref (optional &optional prompt definition)
-  "Let-bind `reftex-ref-macro-prompt' to nil and pass arguments
-to `TeX-arg-label'.
+  "Let-bind `reftex-ref-macro-prompt' to nil and call `TeX-arg-label'.
 
-See the documentation of `TeX-arg-label' for details on the
-arguments: OPTIONAL, PROMPT, and DEFINITION."
+All arguments are passed to `TeX-arg-label'.  See the documentation of
+`TeX-arg-label' for details on the arguments: OPTIONAL, PROMPT, and
+DEFINITION."
   (let ((reftex-ref-macro-prompt nil))
     (TeX-arg-label optional prompt definition)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]