auctex-diffs
[Top][All Lists]
Advanced

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

master ae9efe74 2/2: ; * latex.el (TeX-arg-savebox): Checkdoc fix (bug#7


From: Arash Esbati
Subject: master ae9efe74 2/2: ; * latex.el (TeX-arg-savebox): Checkdoc fix (bug#71152).
Date: Fri, 24 May 2024 03:51:48 -0400 (EDT)

branch: master
commit ae9efe74e16469f53d08659e911888d8b3e17ffa
Author: Jeremy Bryant <jb@jeremybryant.net>
Commit: Arash Esbati <arash@gnu.org>

    ; * latex.el (TeX-arg-savebox): Checkdoc fix (bug#71152).
---
 latex.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/latex.el b/latex.el
index 67680cee..baedfdc8 100644
--- a/latex.el
+++ b/latex.el
@@ -2491,7 +2491,7 @@ the list of defined counters."
   "Prompt for a LaTeX savebox.
 If OPTIONAL is non-nil, insert the resulting value as an optional
 argument, otherwise as a mandatory one.  Use PROMPT as the prompt
-string.  If definition is non-nil, the savebox is added to the
+string.  If DEFINITION is non-nil, the savebox is added to the
 list of defined saveboxes."
   (let ((savebox (completing-read (TeX-argument-prompt optional prompt
                                                        (concat "Savebox: "



reply via email to

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