changeset 12041:b0970a642589

(menu-bar-help-menu): Add "..."
author Karl Heuer <kwzh@gnu.org>
date Wed, 31 May 1995 19:41:49 +0000
parents e293764039a5
children 02b843631c0f
files lisp/menu-bar.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/menu-bar.el	Wed May 31 19:39:24 1995 +0000
+++ b/lisp/menu-bar.el	Wed May 31 19:41:49 1995 +0000
@@ -297,7 +297,7 @@
 (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))