aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/maintaining.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index 3f1a9c07e91..887960e0350 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -1799,7 +1799,7 @@ Go back to where you previously invoked @kbd{M-.} and friends
1799@findex xref-find-definitions 1799@findex xref-find-definitions
1800 @kbd{M-.}@: (@code{xref-find-definitions}) shows the definitions of 1800 @kbd{M-.}@: (@code{xref-find-definitions}) shows the definitions of
1801the identifier at point. With a prefix argument, or if there's no 1801the identifier at point. With a prefix argument, or if there's no
1802valid identifier at point, it prompts for the identifier. If the 1802identifier at point, it prompts for the identifier. If the
1803identifier has only one definition, the command jumps to it. If the 1803identifier has only one definition, the command jumps to it. If the
1804identifier has more than one possible definition (e.g., in an 1804identifier has more than one possible definition (e.g., in an
1805object-oriented language, or if there's a function and a variable by 1805object-oriented language, or if there's a function and a variable by
@@ -1916,7 +1916,7 @@ Restart one of the last 2 commands above, from the current location of point.
1916@kindex M-? 1916@kindex M-?
1917@findex xref-find-references 1917@findex xref-find-references
1918 @kbd{M-?} finds all the references for the identifier at point. If 1918 @kbd{M-?} finds all the references for the identifier at point. If
1919there's no valid identifier at point, or when invoked with a prefix 1919there's no identifier at point, or when invoked with a prefix
1920argument, the command prompts for the identifier, with completion. It 1920argument, the command prompts for the identifier, with completion. It
1921then presents a @file{*xref*} buffer with all the references to the 1921then presents a @file{*xref*} buffer with all the references to the
1922identifier, showing the file name and the line where the identifier is 1922identifier, showing the file name and the line where the identifier is