* doc/lispref/os.texi (Startup Summary): Update for leim-list being preloaded.
authorGlenn Morris <rgm@gnu.org>
Tue, 26 Nov 2013 02:58:51 +0000 (21:58 -0500)
committerGlenn Morris <rgm@gnu.org>
Tue, 26 Nov 2013 02:58:51 +0000 (21:58 -0500)
doc/lispref/ChangeLog
doc/lispref/os.texi

index bd84546..778e952 100644 (file)
@@ -1,3 +1,7 @@
+2013-11-26  Glenn Morris  <rgm@gnu.org>
+
+       * os.texi (Startup Summary): Update for leim-list being preloaded.
+
 2013-11-23  Brian Jenkins  <brian@brianjenkins.org>  (tiny change)
 
        * frames.texi (Input Focus):
index ed9b8b9..c5949fd 100644 (file)
@@ -71,11 +71,14 @@ in their turn.  The files @file{subdirs.el} are normally generated
 automatically when Emacs is installed.
 
 @item
-If the library @file{leim-list.el} exists, Emacs loads it.  This
-optional library is intended for registering input methods; Emacs
-looks for it in @code{load-path} (@pxref{Library Search}), skipping
-those directories containing the standard Emacs libraries (since
-@file{leim-list.el} should not exist in those directories).
+It loads any @file{leim-list.el} that it finds in the @code{load-path}
+directories.  This file is intended for registering input methods.
+The search is only for any personal @file{leim-list.el} files that you
+may have created; so it skips the directories containing the standard Emacs
+libraries (for efficiency, since @file{leim-list.el} should not exist
+in those directories), as well as the @file{leim} directory that is
+part of the distribution (since the @file{leim-list.el} file in this
+directory is compiled into the Emacs executable).
 
 @vindex before-init-time
 @item