aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii2001-10-22 10:02:41 +0000
committerEli Zaretskii2001-10-22 10:02:41 +0000
commit4b2bb9be850593d78f3efacdcb6bc572204e2b9f (patch)
tree951b14929b1db27b5a14655428948f94a4ddcd7d /lisp
parent2840d65358dfe3488bcdacf08ca101ef41f85be5 (diff)
downloademacs-4b2bb9be850593d78f3efacdcb6bc572204e2b9f.tar.gz
emacs-4b2bb9be850593d78f3efacdcb6bc572204e2b9f.zip
(tooltip-set-param): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/tooltip.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6584744b4bd..394fa751138 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12001-10-22 Eli Zaretskii <eliz@is.elta.co.il> 12001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
2 2
3 * tooltip.el (tooltip-set-param): Doc fix.
4
3 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above 5 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
4 127 to sgml-maybe-name-self. 6 127 to sgml-maybe-name-self.
5 (sgml-name-8bit-mode): Doc fix. 7 (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."
330;;; Displaying tips 330;;; Displaying tips
331 331
332(defun tooltip-set-param (alist key value) 332(defun tooltip-set-param (alist key value)
333 "Change the value of KEY in alist ALIAS to VALUE. 333 "Change the value of KEY in alist ALIST to VALUE.
334If there's no association for KEY in ALIST, add one, otherwise 334If there's no association for KEY in ALIST, add one, otherwise
335change the existing association. Value is the resulting alist." 335change the existing association. Value is the resulting alist."
336 (let ((param (assq key alist))) 336 (let ((param (assq key alist)))