]> git.eshelyaron.com Git - emacs.git/commitdiff
(help-xref-mule-regexp-template):
authorKenichi Handa <handa@m17n.org>
Thu, 7 Sep 2000 02:38:07 +0000 (02:38 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 7 Sep 2000 02:38:07 +0000 (02:38 +0000)
Include the pattern for character set.
(leim): New group.

lisp/international/mule-cmds.el

index 8d69e1c17d06854a1459f7c06b3335ffc6162cda..72a791ccbdf26c1c6ce794d0e8ec17c44741d56c 100644 (file)
 (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 @@ This returns a language environment name as a string."
        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.