diff lisp/international/quail.el @ 31453:8dff6bfed650

(quail-help): Fix previous change.
author Kenichi Handa <handa@m17n.org>
date Thu, 07 Sep 2000 11:45:44 +0000
parents 82c028678fee
children 09bc2badb9e6
line wrap: on
line diff
--- a/lisp/international/quail.el	Thu Sep 07 11:41:18 2000 +0000
+++ b/lisp/international/quail.el	Thu Sep 07 11:45:44 2000 +0000
@@ -2382,9 +2382,9 @@
 	    (quail-help-insert-keymap-description
 	     (quail-conversion-keymap)
 	     "--- Key bindings for converting a character (sequence) ---\n"))
-	(setq quail-current-package nil)
-	(help-setup-xref (list #'quail-help package)
-			 (interactive-p))))))
+	(help-setup-xref (list #'quail-help (quail-name))
+			 (interactive-p))
+	(setq quail-current-package nil)))))
 
 (defun quail-help-insert-keymap-description (keymap &optional header)
   (let (pos1 pos2 eol)