aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tooltip.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/tooltip.el')
-rw-r--r--lisp/tooltip.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el
index 1a6ef700941..33044a00e57 100644
--- a/lisp/tooltip.el
+++ b/lisp/tooltip.el
@@ -330,7 +330,7 @@ ACTIVATEP non-nil means activate mouse motion events."
330;;; Displaying tips 330;;; Displaying tips
331 331
332(defun tooltip-set-param (alist key value) 332(defun tooltip-set-param (alist key value)
333 "Change the value of KEY in alist ALIAS to VALUE. 333 "Change the value of KEY in alist ALIST to VALUE.
334If there's no association for KEY in ALIST, add one, otherwise 334If there's no association for KEY in ALIST, add one, otherwise
335change the existing association. Value is the resulting alist." 335change the existing association. Value is the resulting alist."
336 (let ((param (assq key alist))) 336 (let ((param (assq key alist)))