* lisp/progmodes/prog-mode.el (prog-context-menu): Use "Go Back" (bug#38797)

; Do not merge to master.
This commit is contained in:
Juri Linkov 2021-11-09 10:29:37 +02:00
parent 2782bc113e
commit a83ccc46fa

View file

@ -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))