branch: master
commit ae9efe74e16469f53d08659e911888d8b3e17ffa
Author: Jeremy Bryant <j...@jeremybryant.net>
Commit: Arash Esbati <ar...@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