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
968280cc
Commit
968280cc
authored
Aug 11, 2000
by
Eli Zaretskii
Browse files
(menu-bar-help-menu): Add a :help string.
parent
7272d75c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/menu-bar.el
lisp/menu-bar.el
+2
-1
No files found.
lisp/ChangeLog
View file @
968280cc
2000-08-11 eliz <eliz@is.elta.co.il>
* menu-bar.el (menu-bar-help-menu): Add a :help string.
2000-08-10 Miles Bader <miles@gnu.org>
* comint.el (comint-output-filter): Doc fixes & misc code cleanup.
...
...
lisp/menu-bar.el
View file @
968280cc
...
...
@@ -847,7 +847,8 @@ key (or menu-item)"))
(list 'menu-item "
Describe
" menu-bar-describe-menu
:help "
Describe
commands,
variables,
keys
"))
(define-key menu-bar-help-menu [manuals]
(list 'menu-item "
Manuals
" menu-bar-manuals-menu))
(list 'menu-item "
Manuals
" menu-bar-manuals-menu
:help "
Lookup
commands
and
keys
in
docs,
read
manuals
"))
(define-key menu-bar-help-menu [sep1]
'("
--
"))
(define-key menu-bar-help-menu [report-emacs-bug]
...
...
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