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 <gerd@gnu.org>
;;; 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)))