From 1c6e18f6d526b5b592742aad0fbb8b4013e7ddbb Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 31 May 1995 19:41:49 +0000 Subject: [PATCH] (menu-bar-help-menu): Add "..." --- lisp/menu-bar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index a49370fd52e..952a9af1a9e 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -297,7 +297,7 @@ Do the same for the keys of the same name." (define-key menu-bar-help-menu [emacs-version] '("Show Version" . emacs-version)) (define-key menu-bar-help-menu [report-emacs-bug] - '("Send Bug Report" . report-emacs-bug)) + '("Send Bug Report..." . report-emacs-bug)) (define-key menu-bar-help-menu [emacs-tutorial] '("Emacs Tutorial" . help-with-tutorial)) (define-key menu-bar-help-menu [man] '("Man..." . manual-entry)) -- 2.39.2