diff options
| author | Eli Zaretskii | 2025-05-16 15:39:53 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2025-05-16 15:39:53 +0300 |
| commit | feecb1fbc60d6d027a766aaf08fb50feeaaeb192 (patch) | |
| tree | 57a4e3af4da81aa5fb198d74162da4d50dcfd152 | |
| parent | 18e1aabbeaa284ef86a1d77de434dd2acde418c3 (diff) | |
| download | emacs-feecb1fbc60d6d027a766aaf08fb50feeaaeb192.tar.gz emacs-feecb1fbc60d6d027a766aaf08fb50feeaaeb192.zip | |
; * doc/emacs/cmdargs.texi (General Variables): More accurate wording.
| -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 |