Include the pattern for character set.
(leim): New group.
(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_\\)+\\)'")))
name)))
\f
;;; 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.