emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex 61f508d 06/12: ; Fix doc string


From: Tassilo Horn
Subject: [elpa] externals/auctex 61f508d 06/12: ; Fix doc string
Date: Sat, 17 Apr 2021 15:13:22 -0400 (EDT)

branch: externals/auctex
commit 61f508d6bf0a0116b719120bbd143131dffc19dc
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Commit: Ikumi Keita <ikumi@ikumi.que.jp>

    ; Fix doc string
    
    * latex.el (TeX-read-label-prefix): Fix doc string.
    Move defvar to more suitable place.
    * tex.el (TeX-submit-bug-report): Fix doc string.
---
 latex.el | 6 ++----
 tex.el   | 2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/latex.el b/latex.el
index 5ce3a02..c4d7355 100644
--- a/latex.el
+++ b/latex.el
@@ -1097,7 +1097,8 @@ corresponding entry."
 
 (make-variable-buffer-local 'LaTeX-label-alist)
 
-(defvar TeX-read-label-prefix) ;; Defined further below.
+(defvar TeX-read-label-prefix nil
+  "Initial input for the label in `TeX-read-label'.")
 
 (defun LaTeX-label (name &optional type no-insert)
   "Insert a label for NAME at point.
@@ -2015,9 +2016,6 @@ If OPTIONAL is non-nil, insert the resulting value as an 
optional
 argument, otherwise as a mandatory one."
   (TeX-argument-insert (eval args t) optional))
 
-(defvar TeX-read-label-prefix nil
-  "Initial input for the label in `TeX-read-label.'")
-
 (defun TeX-read-label (optional &optional prompt definition)
   "Prompt for a label completing with known labels and return it.
 This function always returns a string depending on user input:
diff --git a/tex.el b/tex.el
index f596737..ebdfa8f 100644
--- a/tex.el
+++ b/tex.el
@@ -6167,7 +6167,7 @@ closing brace."
 
 Don't hesitate to report any problems or inaccurate documentation.
 
-If you don't have setup sending mail from (X)Emacs, please copy the
+If you don't have setup sending mail from Emacs, please copy the
 output buffer into your mail program, as it gives us important
 information about your AUCTeX version and AUCTeX configuration."
   (interactive)



reply via email to

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