]> git.eshelyaron.com Git - emacs.git/commitdiff
(tooltip-set-param): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Mon, 22 Oct 2001 10:05:25 +0000 (10:05 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 22 Oct 2001 10:05:25 +0000 (10:05 +0000)
lisp/ChangeLog
lisp/tooltip.el

index 2a94830880878a2655f088495de75bb207d05429..112cf8555dee9fccb84cad7e7b7c7a65a70f0ba3 100644 (file)
@@ -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  <gerd@gnu.org>
 
index 1a6ef70094169bafcbebb12b730ae8a8669c08d4..33044a00e57685493dd11d49e1a4ed7aef7ec115 100644 (file)
@@ -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)))