diff options
| -rw-r--r-- | doc/emacs/cmdargs.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi index 7f3116c2929..00167056be1 100644 --- a/doc/emacs/cmdargs.texi +++ b/doc/emacs/cmdargs.texi | |||
| @@ -574,7 +574,7 @@ whenever we say ``colon-separated list of directories'', it pertains | |||
| 574 | to Unix and GNU/Linux systems. On MS-DOS and MS-Windows, the | 574 | to Unix and GNU/Linux systems. On MS-DOS and MS-Windows, the |
| 575 | directories are separated by semi-colons instead, since DOS/Windows | 575 | directories are separated by semi-colons instead, since DOS/Windows |
| 576 | file names might include a colon after a drive letter.} to search for | 576 | file names might include a colon after a drive letter.} to search for |
| 577 | Emacs Lisp files. If set, it modifies the usual initial value of the | 577 | Emacs Lisp files. If set, it replaces the usual initial value of the |
| 578 | @code{load-path} variable (@pxref{Lisp Libraries}). An empty element | 578 | @code{load-path} variable (@pxref{Lisp Libraries}). An empty element |
| 579 | stands for the default value of @code{load-path}; e.g., using | 579 | stands for the default value of @code{load-path}; e.g., using |
| 580 | @samp{EMACSLOADPATH="/tmp:"} adds @file{/tmp} to the front of | 580 | @samp{EMACSLOADPATH="/tmp:"} adds @file{/tmp} to the front of |