From f19aa748ce9c5cbe0be894351971702266ca0270 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 22 Oct 2001 10:05:25 +0000 Subject: [PATCH] (tooltip-set-param): Doc fix. --- lisp/ChangeLog | 1 + lisp/tooltip.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2a948308808..112cf8555de 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -7,6 +7,7 @@ string. (tooltip-show): Mention in the doc string the `top' and `left' parameters in tooltip-frame-parameters, and x-max-tooltip-size. + (tooltip-set-param): Doc fix. 2001-10-22 Gerd Moellmann 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))) -- 2.39.2