From feab892d6b45f4cf6bf4749a03d765ce6a265ce9 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 12 Oct 2013 22:20:15 -0700 Subject: [PATCH] * menu-bar.el (menu-bar-update-buffers): Unify Buffers menu prompt string. Fixes: debbugs:15576 --- lisp/ChangeLog | 3 +++ lisp/menu-bar.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 915639c94af..5ec35dd90fc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2013-10-13 Glenn Morris + * menu-bar.el (menu-bar-update-buffers): + Unify Buffers menu prompt string. (Bug#15576) + * face-remap.el (text-scale-adjust): Doc fix. (Bug#15434) * emacs-lisp/authors.el (authors-aliases, authors-ignored-files): diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 43937d03905..851e9b24649 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -2046,7 +2046,7 @@ It must accept a buffer as its only required argument.") ;; We used to "(define-key (current-global-map) [menu-bar buffer]" ;; but that did not do the right thing when the [menu-bar buffer] ;; entry above had been moved (e.g. to a parent keymap). - (setcdr global-buffers-menu-map (cons "Select Buffer" buffers-menu))))) + (setcdr global-buffers-menu-map (cons "Buffers" buffers-menu))))) (add-hook 'menu-bar-update-hook 'menu-bar-update-buffers) -- 2.39.2