summaryrefslogtreecommitdiff
path: root/lisp/net/dictionary.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/net/dictionary.el')
-rw-r--r--lisp/net/dictionary.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/net/dictionary.el b/lisp/net/dictionary.el
index 4947caba699..85467cd7828 100644
--- a/lisp/net/dictionary.el
+++ b/lisp/net/dictionary.el
@@ -1312,9 +1312,9 @@ allows editing it."
"Turn off or on support for the dictionary tooltip mode.
It is normally internally called with 1 to enable support for the
-tooltip mode. The hook function will check the value of the
-variable dictionary-tooltip-mode to decide if some action must be
-taken. When disabling the tooltip mode the value of this variable
+tooltip mode. The hook function will check the value of the
+variable `dictionary-tooltip-mode' to decide if some action must be
+taken. When disabling the tooltip mode the value of this variable
will be set to nil."
(interactive)
(tooltip-mode on)
@@ -1345,10 +1345,10 @@ active it will overwrite that mode for the current buffer."
;;;###autoload
(defun global-dictionary-tooltip-mode (&optional arg)
- "Enable/disable dictionary-tooltip-mode for all buffers.
+ "Enable/disable `dictionary-tooltip-mode' for all buffers.
-Internally it provides a default for the dictionary-tooltip-mode.
-It can be overwritten for each buffer using dictionary-tooltip-mode.
+Internally it provides a default for the `dictionary-tooltip-mode'.
+It can be overwritten for each buffer using `dictionary-tooltip-mode'.
Note: (global-dictionary-tooltip-mode 0) will not disable the mode
any buffer where (dictionary-tooltip-mode 1) has been called."