;; Copyright (c) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
;; Author: Carsten Dominik <dominik@strw.LeidenUniv.nl>
-;; Version: 4.10
+;; Version: 4.11
;;
;; This file is part of GNU Emacs.
(setq to (read-string (format "Replace label %s with: "
from))))
(reftex-query-replace-document
- (concat "\\\\\\(label\\|[a-z]*ref\\){" (regexp-quote from) "}")
+ (concat "\\\\\\(label\\|[a-zA-Z]*ref\\){" (regexp-quote from) "}")
(format "\\\\\\1{%s}" to))))
(defun reftex-renumber-simple-labels ()