branch: master
commit 89fa93c4f9cc9616925f2401e0bbb8b04505e017
Author: Arash Esbati <ar...@gnu.org>
Commit: Arash Esbati <ar...@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