From: Glenn Morris Date: Tue, 26 Nov 2013 02:58:51 +0000 (-0500) Subject: * doc/lispref/os.texi (Startup Summary): Update for leim-list being preloaded. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~693 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d668605594cb2bb8622d77b1fc07b5beeb3252c1;p=emacs.git * doc/lispref/os.texi (Startup Summary): Update for leim-list being preloaded. --- 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