]> git.eshelyaron.com Git - emacs.git/commitdiff
(quail-help): Fix previous change.
authorKenichi Handa <handa@m17n.org>
Thu, 7 Sep 2000 11:45:44 +0000 (11:45 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 7 Sep 2000 11:45:44 +0000 (11:45 +0000)
lisp/international/quail.el

index 22e24f3fa37227743b4ce6f6fa9c0539a8ecb874..8fb637931ad0a94a07292c31a4243801ba3cd256 100644 (file)
@@ -2382,9 +2382,9 @@ adjust the variable `quail-keyboard-layout-type' ")
            (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)