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
5ead5d5e
Commit
5ead5d5e
authored
Dec 10, 2006
by
Chong Yidong
Browse files
(menu-bar-showhide-menu, menu-bar-tools-menu)
(menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
parent
34acfe6f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
lisp/menu-bar.el
lisp/menu-bar.el
+8
-5
No files found.
lisp/menu-bar.el
View file @
5ead5d5e
...
...
@@ -924,13 +924,13 @@ mail status in mode line"))
(define-key menu-bar-showhide-menu [showhide-tooltip-mode]
(list 'menu-item "
Tooltips
" 'tooltip-mode
:help "
T
oggle
tooltips
on/off
"
:help "
T
urn
tooltips
on/off
"
:visible `(and (display-graphic-p) (fboundp 'x-show-tip))
:button `(:toggle . tooltip-mode)))
(define-key menu-bar-showhide-menu [menu-bar-mode]
'(menu-item "
Menu-bar
" menu-bar-mode
:help "
T
oggle
menu-bar
on/off
"
:help "
T
urn
menu-bar
on/off
"
:button (:toggle . menu-bar-mode)))
(define-key menu-bar-showhide-menu [showhide-tool-bar]
...
...
@@ -1127,7 +1127,8 @@ mail status in mode line"))
'(menu-item "
Programmable
Calculator
" calc
:help "
Invoke
the
Emacs
built-in
full
scientific
calculator
"))
(define-key menu-bar-tools-menu [calendar]
'(menu-item "
Calendar
" calendar))
'(menu-item "
Calendar
" calendar
:help "
Invoke
the
Emacs
built-in
calendar
"))
(define-key menu-bar-tools-menu [separator-net]
'("
--
"))
...
...
@@ -1386,12 +1387,14 @@ key, a click, or a menu-item"))
'(menu-item "
Send
Bug
Report...
" report-emacs-bug
:help "
Send
e-mail
to
Emacs
maintainers
"))
(define-key menu-bar-help-menu [emacs-problems]
'(menu-item "
Emacs
Known
Problems
" view-emacs-problems))
'(menu-item "
Emacs
Known
Problems
" view-emacs-problems
:help "
Read
about
known
problems
with
Emacs
"))
(define-key menu-bar-help-menu [emacs-news]
'(menu-item "
Emacs
News
" view-emacs-news
:help "
New
features
of
this
version
"))
(define-key menu-bar-help-menu [emacs-faq]
'(menu-item "
Emacs
FAQ
" view-emacs-FAQ))
'(menu-item "
Emacs
FAQ
" view-emacs-FAQ
:help "
Frequently
asked
(
and
answered
)
questions
about
Emacs
"))
(defun help-with-tutorial-spec-language ()
"
Use
the
Emacs
tutorial,
specifying
which
language
you
want.
"
...
...
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