comparison lispref/os.texi @ 28603:cb9db16dba12

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 15 Apr 2000 16:24:22 +0000
parents 277138d0f9f1
children cda2b6ed6aec
comparison
equal deleted inserted replaced
28602:c1739be99c8a 28603:cb9db16dba12
55 The order of operations performed (in @file{startup.el}) by Emacs when 55 The order of operations performed (in @file{startup.el}) by Emacs when
56 it is started up is as follows: 56 it is started up is as follows:
57 57
58 @enumerate 58 @enumerate
59 @item 59 @item
60 It adds subdirectories to @code{load-path}, by running the file 60 It adds subdirectories to @code{load-path}, by running the file named
61 named @file{subdirs.el} in each directory that is listed. 61 @file{subdirs.el} in each directory in the list. Normally this file
62 adds the directory's subdirectories to the list, and these will be
63 scanned in their turn. The files @file{subdirs.el} are normally
64 generated automatically by Emacs installation.
62 65
63 @item 66 @item
64 It sets the language environment and the terminal coding system, 67 It sets the language environment and the terminal coding system,
65 if requested by environment variables such as @code{LANG}. 68 if requested by environment variables such as @code{LANG}.
66 69