summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2021-11-09 10:29:37 +0200
committerJuri Linkov <juri@linkov.net>2021-11-09 10:29:37 +0200
commita83ccc46fa27df6bf20f37a01a0bfab146b33f79 (patch)
tree13c96d34ca00ea554f2cc372b1965384fb7518ba
parent2782bc113e5944ad404dc87ec309147c39ccca1f (diff)
downloademacs-a83ccc46fa27df6bf20f37a01a0bfab146b33f79.tar.gz
emacs-a83ccc46fa27df6bf20f37a01a0bfab146b33f79.tar.bz2
emacs-a83ccc46fa27df6bf20f37a01a0bfab146b33f79.zip
* lisp/progmodes/prog-mode.el (prog-context-menu): Use "Go Back" (bug#38797)
; Do not merge to master.
-rw-r--r--lisp/progmodes/prog-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/prog-mode.el b/lisp/progmodes/prog-mode.el
index 3e1a915e320..4997c2746f2 100644
--- a/lisp/progmodes/prog-mode.el
+++ b/lisp/progmodes/prog-mode.el
@@ -51,7 +51,7 @@
(unless (xref-marker-stack-empty-p)
(define-key-after menu [xref-pop]
- '(menu-item "Back Definition" xref-pop-marker-stack
+ '(menu-item "Go Back" xref-pop-marker-stack
:help "Back to the position of the last search")
'prog-separator))