diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-04-28 18:37:34 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-04-28 18:37:34 +0300 |
commit | b3023de5431fc308e2a6db61ed4fdd18db785324 (patch) | |
tree | ca1c8f1adcde2d7192fe7991a672a89139f2610e /lisp/progmodes/xref.el | |
parent | 904aaabb0516b98b6195b3e8a37ea85d50a8d185 (diff) | |
parent | 3b6338c8c351cce721f2f1aa115cadc401179d5c (diff) | |
download | emacs-b3023de5431fc308e2a6db61ed4fdd18db785324.tar.gz emacs-b3023de5431fc308e2a6db61ed4fdd18db785324.tar.bz2 emacs-b3023de5431fc308e2a6db61ed4fdd18db785324.zip |
Merge from origin/emacs-28
# Conflicts:
# lisp/progmodes/xref.el
Diffstat (limited to 'lisp/progmodes/xref.el')
-rw-r--r-- | lisp/progmodes/xref.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el index fee2d0afcb9..8d0ad836ef5 100644 --- a/lisp/progmodes/xref.el +++ b/lisp/progmodes/xref.el @@ -751,6 +751,12 @@ references displayed in the current *xref* buffer. When called interactively, it uses '.*' as FROM, which means replace the whole name. Unless called with prefix argument, in which case the user is prompted for both FROM and TO." + +As each match is found, the user must type a character saying +what to do with it. Type SPC or `y' to replace the match, +DEL or `n' to skip and go to the next match. For more directions, +type \\[help-command] at that time. +" (interactive (let* ((fr (if current-prefix-arg |