Variable: leim-list-header
leim-list-header is a variable defined in mule-cmds.el.gz.
Value
";;; leim-list.el --- list of LEIM (Library of Emacs Input Method) -*- lexical-binding:t -*-\n;;\n;; This file is automatically generated.\n;;\n;; This file contains a list of LEIM (Library of Emacs Input Method)\n;; methods in the same directory as this file. Loading this file\n;; registers all the input methods in Emacs.\n;;\n;; Each entry has the form:\n;; (register-input-method\n;; INPUT-METHOD LANGUAGE-NAME ACTIVATE-FUNC\n;; TITLE DESCRIPTION\n;; ARG ...)\n;; See the function `register-input-method' for the meanings of the arguments.\n;;\n;; If this directory is included in `load-path', Emacs automatically\n;; loads this file at startup time.\n\n"
Documentation
Header to be inserted in LEIM list file.
Source Code
;; Defined in /usr/src/emacs/lisp/international/mule-cmds.el.gz
(defconst leim-list-header (format-message
";;; %s --- list of LEIM (Library of Emacs Input Method) -*- lexical-binding:t -*-
;;
;; This file is automatically generated.
;;
;; This file contains a list of LEIM (Library of Emacs Input Method)
;; methods in the same directory as this file. Loading this file
;; registers all the input methods in Emacs.
;;
;; Each entry has the form:
;; (register-input-method
;; INPUT-METHOD LANGUAGE-NAME ACTIVATE-FUNC
;; TITLE DESCRIPTION
;; ARG ...)
;; See the function `register-input-method' for the meanings of the arguments.
;;
;; If this directory is included in `load-path', Emacs automatically
;; loads this file at startup time.
"
leim-list-file-name)
"Header to be inserted in LEIM list file.")