]> code.delx.au - gnu-emacs/commitdiff
(tooltip-set-param): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Mon, 22 Oct 2001 10:02:41 +0000 (10:02 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 22 Oct 2001 10:02:41 +0000 (10:02 +0000)
lisp/ChangeLog
lisp/tooltip.el

index 6584744b4bde4e28bc714c5a2946e536b5564703..394fa751138b1099e21b319a2c923a3cc049ccf9 100644 (file)
@@ -1,5 +1,7 @@
 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.
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)))