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 /etc | |
| 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 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -185,8 +185,8 @@ a prefix argument which is interpreted to mean "include all files". | |||
| 185 | 185 | ||
| 186 | +++ | 186 | +++ |
| 187 | *** New command 'xref-go-forward'. | 187 | *** New command 'xref-go-forward'. |
| 188 | It is bound to 'C-M-,' and jumps to the location where 'xref-pop-marker-stack' | 188 | It is bound to 'C-M-,' and jumps to the location where 'xref-go-back' |
| 189 | was invoked previously. | 189 | ('M-,', also known as 'xref-pop-marker-stack') was invoked previously. |
| 190 | 190 | ||
| 191 | ** File notifications | 191 | ** File notifications |
| 192 | 192 | ||