summaryrefslogtreecommitdiff
path: root/lisp/tooltip.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-10-22 10:02:41 +0000
committerEli Zaretskii <eliz@gnu.org>2001-10-22 10:02:41 +0000
commit4b2bb9be850593d78f3efacdcb6bc572204e2b9f (patch)
tree951b14929b1db27b5a14655428948f94a4ddcd7d /lisp/tooltip.el
parent2840d65358dfe3488bcdacf08ca101ef41f85be5 (diff)
downloademacs-4b2bb9be850593d78f3efacdcb6bc572204e2b9f.tar.gz
(tooltip-set-param): Doc fix.
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."
;;; Displaying tips
(defun tooltip-set-param (alist key value)
- "Change the value of KEY in alist ALIAS to VALUE.
+ "Change the value of KEY in alist ALIST to VALUE.
If there's no association for KEY in ALIST, add one, otherwise
change the existing association. Value is the resulting alist."
(let ((param (assq key alist)))