auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 61f508d6bf0a0116b7191


From: Ikumi Keita
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 61f508d6bf0a0116b719120bbd143131dffc19dc
Date: Sat, 10 Apr 2021 07:44:20 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  61f508d6bf0a0116b719120bbd143131dffc19dc (commit)
      from  39699a711d7101442c43a849060e77bf614bbb25 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 61f508d6bf0a0116b719120bbd143131dffc19dc
Author: Ikumi Keita <ikumi@ikumi.que.jp>
Date:   Sat Apr 10 20:42:12 2021 +0900

    ; 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.

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)

-----------------------------------------------------------------------

Summary of changes:
 latex.el | 6 ++----
 tex.el   | 2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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