From d668605594cb2bb8622d77b1fc07b5beeb3252c1 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 25 Nov 2013 21:58:51 -0500 Subject: [PATCH] * doc/lispref/os.texi (Startup Summary): Update for leim-list being preloaded. --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/os.texi | 13 ++++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index bd84546551f..778e952697f 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2013-11-26 Glenn Morris + + * os.texi (Startup Summary): Update for leim-list being preloaded. + 2013-11-23 Brian Jenkins (tiny change) * frames.texi (Input Focus): diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index ed9b8b93a89..c5949fd5f15 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -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 -- 2.39.2