Mercurial > emacs
changeset 40178:1dab42ecd751
(tooltip-set-param): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 22 Oct 2001 10:02:14 +0000 |
parents | e139b00b4f06 |
children | b5434558b7e8 |
files | lisp/tooltip.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/tooltip.el Mon Oct 22 09:45:39 2001 +0000 +++ b/lisp/tooltip.el Mon Oct 22 10:02:14 2001 +0000 @@ -330,7 +330,7 @@ ;;; 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)))