diff lisp/tooltip.el @ 40178:1dab42ecd751

(tooltip-set-param): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 22 Oct 2001 10:02:14 +0000
parents c4955867228d
children 4139a35c785c
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)))