; Fix spacing in previous commit
This commit is contained in:
parent
915e044d60
commit
af01b674ce
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue