# HG changeset patch # User Kenichi Handa # Date 968294287 0 # Node ID afa66a3f39dcdb223131234b08bb80c08b64c1ea # Parent 2a7aafb126fbb127e992f4309bcf6f37a40dc1bc (help-xref-mule-regexp-template): Include the pattern for character set. (leim): New group. diff -r 2a7aafb126fb -r afa66a3f39dc lisp/international/mule-cmds.el --- a/lisp/international/mule-cmds.el Thu Sep 07 02:37:37 2000 +0000 +++ b/lisp/international/mule-cmds.el Thu Sep 07 02:38:07 2000 +0000 @@ -174,7 +174,9 @@ (defconst help-xref-mule-regexp-template (purecopy (concat "\\(\\<\\(" "\\(coding system\\)\\|" - "\\(input method\\)" + "\\(input method\\)\\|" + "\\(character set\\)\\|" + "\\(charset\\)" "\\)\\s-+\\)?" ;; Note starting with word-syntax character: "`\\(\\sw\\(\\sw\\|\\s_\\)+\\)'"))) @@ -833,6 +835,9 @@ name))) ;;; Multilingual input methods. +(defgroup leim nil + "LEIM: Libraries of Emacs Input Methods." + :group 'mule) (defconst leim-list-file-name "leim-list.el" "Name of LEIM list file.