From: Eli Zaretskii Date: Mon, 22 Oct 2001 10:02:41 +0000 (+0000) Subject: (tooltip-set-param): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~19257 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4b2bb9be850593d78f3efacdcb6bc572204e2b9f;p=emacs.git (tooltip-set-param): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6584744b4bd..394fa751138 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2001-10-22 Eli Zaretskii + * 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. 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)))