]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix spacing in previous commit
authorTassilo Horn <tsdh@gnu.org>
Fri, 8 Oct 2021 11:03:45 +0000 (13:03 +0200)
committerTassilo Horn <tsdh@gnu.org>
Fri, 8 Oct 2021 11:03:45 +0000 (13:03 +0200)
lisp/textmodes/reftex-toc.el

index 26ae83382831dd0bb9e20efb3db49713ca0b09e8..b5f53ba86e76324c0050ae8212070229cd9d3697 100644 (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)))