diff options
author | Juri Linkov <juri@linkov.net> | 2021-11-09 10:29:37 +0200 |
---|---|---|
committer | Juri Linkov <juri@linkov.net> | 2021-11-09 10:29:37 +0200 |
commit | a83ccc46fa27df6bf20f37a01a0bfab146b33f79 (patch) | |
tree | 13c96d34ca00ea554f2cc372b1965384fb7518ba | |
parent | 2782bc113e5944ad404dc87ec309147c39ccca1f (diff) | |
download | emacs-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.el | 2 |
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)) |