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
4c08ab31
Commit
4c08ab31
authored
Jan 12, 2006
by
Luc Teirlinck
Browse files
(tooltip-mode): Doc fix.
parent
ecbff273
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
lisp/tooltip.el
lisp/tooltip.el
+4
-1
No files found.
lisp/tooltip.el
View file @
4c08ab31
...
...
@@ -48,7 +48,10 @@
(
define-minor-mode
tooltip-mode
"Toggle Tooltip display.
With ARG, turn tooltip mode on if and only if ARG is positive."
With ARG, turn tooltip mode on if and only if ARG is positive.
When this minor mode is enabled, Emacs displays help text
in a pop-up window on mouse-over. When it is disabled,
Emacs displays the help text in the echo area instead."
:global
t
:init-value
(
not
(
or
noninteractive
emacs-basic-display
...
...
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