Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
260130bb
Commit
260130bb
authored
Jul 17, 1995
by
Karl Heuer
Browse files
(menu-bar-help-menu): Add finder-by-keyword.
parent
34a5f45f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
lisp/menu-bar.el
lisp/menu-bar.el
+6
-1
No files found.
lisp/menu-bar.el
View file @
260130bb
...
...
@@ -21,6 +21,8 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;; Avishai Yacobi suggested some menu rearrangements.
;;; Code:
;; Don't clobber an existing menu-bar keymap, to preserve any menu-bar key
...
...
@@ -302,9 +304,12 @@ Do the same for the keys of the same name."
'
(
"Show Version"
.
emacs-version
))
(
define-key
menu-bar-help-menu
[report-emacs-bug]
'
(
"Send Bug Report..."
.
report-emacs-bug
))
(
define-key
menu-bar-help-menu
[finder-by-keyword]
'
(
"Find Lisp Packages..."
.
finder-by-keyword
))
(
define-key
menu-bar-help-menu
[emacs-tutorial]
'
(
"Emacs Tutorial"
.
help-with-tutorial
))
(
define-key
menu-bar-help-menu
[man]
'
(
"Man..."
.
manual-entry
))
(
define-key
menu-bar-help-menu
[man]
'
(
"Man..."
.
manual-entry
))
(
define-key
menu-bar-help-menu
[describe-variable]
'
(
"Describe Variable..."
.
describe-variable
))
(
define-key
menu-bar-help-menu
[describe-function]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment