2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
+ * tooltip.el (tooltip-set-param): Doc fix.
+
* textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
127 to sgml-maybe-name-self.
(sgml-name-8bit-mode): Doc fix.
;;; 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)))