diff options
| -rw-r--r-- | doc/emacs/maintaining.texi | 4 |
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 |
| 1801 | the identifier at point. With a prefix argument, or if there's no | 1801 | the identifier at point. With a prefix argument, or if there's no |
| 1802 | valid identifier at point, it prompts for the identifier. If the | 1802 | identifier at point, it prompts for the identifier. If the |
| 1803 | identifier has only one definition, the command jumps to it. If the | 1803 | identifier has only one definition, the command jumps to it. If the |
| 1804 | identifier has more than one possible definition (e.g., in an | 1804 | identifier has more than one possible definition (e.g., in an |
| 1805 | object-oriented language, or if there's a function and a variable by | 1805 | object-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 |
| 1919 | there's no valid identifier at point, or when invoked with a prefix | 1919 | there's no identifier at point, or when invoked with a prefix |
| 1920 | argument, the command prompts for the identifier, with completion. It | 1920 | argument, the command prompts for the identifier, with completion. It |
| 1921 | then presents a @file{*xref*} buffer with all the references to the | 1921 | then presents a @file{*xref*} buffer with all the references to the |
| 1922 | identifier, showing the file name and the line where the identifier is | 1922 | identifier, showing the file name and the line where the identifier is |