; Fix spacing in previous commit

This commit is contained in:
Tassilo Horn 2021-10-08 13:03:45 +02:00
parent 915e044d60
commit af01b674ce

View file

@ -856,7 +856,7 @@ 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? " newlabel)))