projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
915e044
)
; Fix spacing in previous commit
author
Tassilo Horn
<tsdh@gnu.org>
Fri, 8 Oct 2021 11:03:45 +0000
(13:03 +0200)
committer
Tassilo Horn
<tsdh@gnu.org>
Fri, 8 Oct 2021 11:03:45 +0000
(13:03 +0200)
lisp/textmodes/reftex-toc.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/reftex-toc.el
b/lisp/textmodes/reftex-toc.el
index 26ae83382831dd0bb9e20efb3db49713ca0b09e8..b5f53ba86e76324c0050ae8212070229cd9d3697 100644
(file)
--- a/
lisp/textmodes/reftex-toc.el
+++ b/
lisp/textmodes/reftex-toc.el
@@
-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)))