aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2009-04-08 18:03:17 +0000
committerStefan Monnier2009-04-08 18:03:17 +0000
commitbcd76f459a4599cf9bdbe60e15d40e78ac08a309 (patch)
tree787fed6d546a1313e65eda3ce2718360bbe17e26
parentd8c0d4196f8d20e8726f9f124c75846bb8e9a9bb (diff)
downloademacs-bcd76f459a4599cf9bdbe60e15d40e78ac08a309.tar.gz
emacs-bcd76f459a4599cf9bdbe60e15d40e78ac08a309.zip
(mule-cmds.el): Mention that leim-list.el is auto-generated.
-rw-r--r--lisp/international/mule-cmds.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index f8b32462946..34d4fb3830d 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -1272,6 +1272,8 @@ Emacs loads this file at startup time.")
1272(defvar leim-list-header (format 1272(defvar leim-list-header (format
1273";;; %s -- list of LEIM (Library of Emacs Input Method) -*-coding: utf-8;-*- 1273";;; %s -- list of LEIM (Library of Emacs Input Method) -*-coding: utf-8;-*-
1274;; 1274;;
1275;; This file is automatically generated.
1276;;
1275;; This file contains a list of LEIM (Library of Emacs Input Method) 1277;; This file contains a list of LEIM (Library of Emacs Input Method)
1276;; methods in the same directory as this file. Loading this file 1278;; methods in the same directory as this file. Loading this file
1277;; registers all the input methods in Emacs. 1279;; registers all the input methods in Emacs.
@@ -1283,7 +1285,7 @@ Emacs loads this file at startup time.")
1283;; ARG ...) 1285;; ARG ...)
1284;; See the function `register-input-method' for the meanings of the arguments. 1286;; See the function `register-input-method' for the meanings of the arguments.
1285;; 1287;;
1286;; If this directory is included in load-path, Emacs automatically 1288;; If this directory is included in `load-path', Emacs automatically
1287;; loads this file at startup time. 1289;; loads this file at startup time.
1288 1290
1289" 1291"