; Fix spacing in previous commit
This commit is contained in:
@@ -856,7 +856,7 @@ label prefix determines the wording of a reference."
|
|||||||
(label (car toc)) newlabel)
|
(label (car toc)) newlabel)
|
||||||
(if (not (stringp label))
|
(if (not (stringp label))
|
||||||
(error "This is not a label entry"))
|
(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 (assoc newlabel (symbol-value reftex-docstruct-symbol))
|
||||||
(if (not (y-or-n-p
|
(if (not (y-or-n-p
|
||||||
(format-message "Label `%s' exists. Use anyway? " newlabel)))
|
(format-message "Label `%s' exists. Use anyway? " newlabel)))
|
||||||
|
|||||||
Reference in New Issue
Block a user