diff options
| author | Mattias EngdegÄrd | 2021-10-25 20:38:31 +0200 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2021-10-25 20:45:18 +0200 |
| commit | d8caa3d9fbd90de41efacfeb23c242df81c62bd0 (patch) | |
| tree | 6799fd2b630ddcced98d716e7a77f5dc98b35454 /doc | |
| parent | e97d4e4ab216acf2bf7395a0d5137dacd9b390f8 (diff) | |
| download | emacs-d8caa3d9fbd90de41efacfeb23c242df81c62bd0.tar.gz emacs-d8caa3d9fbd90de41efacfeb23c242df81c62bd0.zip | |
Rename `xref-pop-marker-stack` to `xref-go-back` (bug#38797)
It is the natural name after the addition of `xref-go-forward`.
The old name is retained as an alias.
* lisp/progmodes/xref.el (xref-pop-marker-stack): Rename.
(xref-go-forward, xref-quit-and-pop-marker-stack)
(xref-find-definitions):
* lisp/menu-bar.el (menu-bar-goto-menu):
* lisp/progmodes/etags.el (find-tag-marker-ring, pop-tag-mark):
* lisp/progmodes/prog-mode.el (prog-context-menu):
* doc/emacs/maintaining.texi (Looking Up Identifiers):
* etc/NEWS:
Use the new name.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/maintaining.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index e28ec5fb437..9a90a0054d4 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi | |||
| @@ -2139,7 +2139,7 @@ Find definition of identifier, and display it in a new frame | |||
| 2139 | Find definition of identifier at mouse click. | 2139 | Find definition of identifier at mouse click. |
| 2140 | @item M-, | 2140 | @item M-, |
| 2141 | Go back to where you previously invoked @kbd{M-.} and friends | 2141 | Go back to where you previously invoked @kbd{M-.} and friends |
| 2142 | (@code{xref-pop-marker-stack}). | 2142 | (@code{xref-go-back}). |
| 2143 | @item C-M-, | 2143 | @item C-M-, |
| 2144 | Go forward to where you previously invoked @kbd{M-,} | 2144 | Go forward to where you previously invoked @kbd{M-,} |
| 2145 | (@code{xref-go-forward}). | 2145 | (@code{xref-go-forward}). |
| @@ -2207,9 +2207,9 @@ selects the window showing the first candidate. The default value is | |||
| 2207 | buffer, but doesn't select any of them. | 2207 | buffer, but doesn't select any of them. |
| 2208 | 2208 | ||
| 2209 | @kindex M-, | 2209 | @kindex M-, |
| 2210 | @findex xref-pop-marker-stack | 2210 | @findex xref-go-back |
| 2211 | To go back to places @emph{from where} you've displayed the definition, | 2211 | To go back to places @emph{from where} you've displayed the definition, |
| 2212 | use @kbd{M-,} (@code{xref-pop-marker-stack}). It jumps back to the | 2212 | use @kbd{M-,} (@code{xref-go-back}). It jumps back to the |
| 2213 | point of the last invocation of @kbd{M-.}. Thus you can find and | 2213 | point of the last invocation of @kbd{M-.}. Thus you can find and |
| 2214 | examine the definition of something with @kbd{M-.} and then return to | 2214 | examine the definition of something with @kbd{M-.} and then return to |
| 2215 | where you were with @kbd{M-,}. | 2215 | where you were with @kbd{M-,}. |