]> git.eshelyaron.com Git - emacs.git/commitdiff
Use the correct label in the warning
authorArash Esbati <arash@gnu.org>
Fri, 8 Oct 2021 09:12:30 +0000 (11:12 +0200)
committerTassilo Horn <tsdh@gnu.org>
Fri, 8 Oct 2021 10:31:40 +0000 (12:31 +0200)
* lisp/textmodes/reftex-toc.el (reftex-toc-rename-label): Add
missing space in the prompt.  Use the new user defined label in
the warning (bug#36235).

lisp/textmodes/reftex-toc.el

index 7ca2fb827e84f79c89d634af0de05adb3e5c6cff..26ae83382831dd0bb9e20efb3db49713ca0b09e8 100644 (file)
@@ -856,10 +856,10 @@ label prefix determines the wording of a reference."
          (label (car toc)) newlabel)
     (if (not (stringp label))
         (error "This is not a label entry"))
-    (setq newlabel (read-string (format "Rename label \"%s\" to:" label)))
+    (setq newlabel (read-string (format "Rename label \"%s\" to :" label)))
     (if (assoc newlabel (symbol-value reftex-docstruct-symbol))
         (if (not (y-or-n-p
-                  (format-message "Label `%s' exists.  Use anyway? " label)))
+                  (format-message "Label `%s' exists.  Use anyway? " newlabel)))
             (error "Abort")))
     (save-excursion
       (save-window-excursion