aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMattias EngdegÄrd2021-10-25 20:38:31 +0200
committerMattias EngdegÄrd2021-10-25 20:45:18 +0200
commitd8caa3d9fbd90de41efacfeb23c242df81c62bd0 (patch)
tree6799fd2b630ddcced98d716e7a77f5dc98b35454 /etc
parente97d4e4ab216acf2bf7395a0d5137dacd9b390f8 (diff)
downloademacs-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/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2d5276dbd64..6d3256959ea 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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'.
188It is bound to 'C-M-,' and jumps to the location where 'xref-pop-marker-stack' 188It is bound to 'C-M-,' and jumps to the location where 'xref-go-back'
189was invoked previously. 189('M-,', also known as 'xref-pop-marker-stack') was invoked previously.
190 190
191** File notifications 191** File notifications
192 192