diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/international/quail.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/international/quail.el b/lisp/international/quail.el index 22e24f3fa37..8fb637931ad 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el | |||
| @@ -2382,9 +2382,9 @@ adjust the variable `quail-keyboard-layout-type' ") | |||
| 2382 | (quail-help-insert-keymap-description | 2382 | (quail-help-insert-keymap-description |
| 2383 | (quail-conversion-keymap) | 2383 | (quail-conversion-keymap) |
| 2384 | "--- Key bindings for converting a character (sequence) ---\n")) | 2384 | "--- Key bindings for converting a character (sequence) ---\n")) |
| 2385 | (setq quail-current-package nil) | 2385 | (help-setup-xref (list #'quail-help (quail-name)) |
| 2386 | (help-setup-xref (list #'quail-help package) | 2386 | (interactive-p)) |
| 2387 | (interactive-p)))))) | 2387 | (setq quail-current-package nil))))) |
| 2388 | 2388 | ||
| 2389 | (defun quail-help-insert-keymap-description (keymap &optional header) | 2389 | (defun quail-help-insert-keymap-description (keymap &optional header) |
| 2390 | (let (pos1 pos2 eol) | 2390 | (let (pos1 pos2 eol) |