aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/maintaining.texi7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index dc0a71511ff..112f1f4d9ed 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -1887,8 +1887,7 @@ the special XREF mode:
1887@table @kbd 1887@table @kbd
1888@item @key{RET} 1888@item @key{RET}
1889@itemx mouse-2 1889@itemx mouse-2
1890Display the reference on the current line and bury the @file{*xref*} 1890Display the reference on the current line.
1891buffer.
1892@item n 1891@item n
1893@itemx . 1892@itemx .
1894@findex xref-next-line 1893@findex xref-next-line
@@ -1903,6 +1902,10 @@ Move to the previous reference and display it in the other window
1903@findex xref-show-location-at-point 1902@findex xref-show-location-at-point
1904Display the reference on the current line in the other window 1903Display the reference on the current line in the other window
1905(@code{xref-show-location-at-point}). 1904(@code{xref-show-location-at-point}).
1905@item TAB
1906@findex xref-quit-and-goto-xref
1907Display the reference on the current line and bury the @file{*xref*}
1908buffer (@code{xref-quit-and-goto-xref}).
1906@findex xref-query-replace-in-results 1909@findex xref-query-replace-in-results
1907@item r @var{pattern} @key{RET} @var{replacement} @key{RET} 1910@item r @var{pattern} @key{RET} @var{replacement} @key{RET}
1908Perform interactive query-replace on references that match 1911Perform interactive query-replace on references that match