diff options
| -rw-r--r-- | lispref/os.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lispref/os.texi b/lispref/os.texi index 498cc857eab..8a297cba75b 100644 --- a/lispref/os.texi +++ b/lispref/os.texi | |||
| @@ -258,6 +258,10 @@ actual init file loaded is a compiled file, such as @file{.emacs.elc}, | |||
| 258 | the value refers to the corresponding source file. | 258 | the value refers to the corresponding source file. |
| 259 | @end defvar | 259 | @end defvar |
| 260 | 260 | ||
| 261 | @defvar user-emacs-directory | ||
| 262 | This variable holds the name of the @file{.emacs.d} directory. It is | ||
| 263 | ordinarily @file{~/.emacs.d}, but differs on some platforms. | ||
| 264 | |||
| 261 | @node Terminal-Specific | 265 | @node Terminal-Specific |
| 262 | @subsection Terminal-Specific Initialization | 266 | @subsection Terminal-Specific Initialization |
| 263 | @cindex terminal-specific initialization | 267 | @cindex terminal-specific initialization |