@item M-?
Find all the references for the identifier at point.
-@item r@r{, Xref command}
+@item r
@itemx M-x xref-query-replace-in-results @key{RET} @var{replacement} @key{RET}
@itemx C-u M-x xref-query-replace-in-results @key{RET} @var{regexp} @key{RET} @var{replacement} @key{RET}
Interactively replace @var{regexp} with @var{replacement} in the names
(setq continue
(perform-replace from to t t nil nil multi-query-replace-map)))
(unless did-it-once
- (user-error "Cannot use subset of matches for global renaming"))
+ (user-error
+ "Cannot use subset of matches of identifier for global renaming"))
(when (and continue (not buf-pairs))
(message "All results processed"))))