diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-05-31 19:41:49 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-05-31 19:41:49 +0000 |
commit | e7465dec0fd856a47c76ed64327496f911b6a4d2 (patch) | |
tree | ae3915671fb4d3b56c9eaa9fead9908bf63299a6 /lisp/menu-bar.el | |
parent | 609f2f79730da45a253495ad411242eef6b9c822 (diff) | |
download | emacs-e7465dec0fd856a47c76ed64327496f911b6a4d2.tar.gz |
(menu-bar-help-menu): Add "..."
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r-- | lisp/menu-bar.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |