diff options
| author | Eli Zaretskii | 2017-04-18 19:33:08 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2017-04-18 19:33:08 +0300 |
| commit | f2ab09ec60d5c66dac1e641e12c92ee834d19caf (patch) | |
| tree | f55a3ff997b02c61faa9921419ec673902c436da | |
| parent | bc55a5742352f14b1ff3c50d19b5d00f087bd466 (diff) | |
| download | emacs-f2ab09ec60d5c66dac1e641e12c92ee834d19caf.tar.gz emacs-f2ab09ec60d5c66dac1e641e12c92ee834d19caf.zip | |
Fix a typo in indexing the user manual
* doc/emacs/cmdargs.texi (General Variables): Fix a horrible typo.
| -rw-r--r-- | doc/emacs/cmdargs.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi index 7b07b500425..fa7a067bfd3 100644 --- a/doc/emacs/cmdargs.texi +++ b/doc/emacs/cmdargs.texi | |||
| @@ -459,11 +459,11 @@ bus as well as autolaunching the D-Bus session bus if not running yet. | |||
| 459 | Directory for the architecture-independent files that come with Emacs. | 459 | Directory for the architecture-independent files that come with Emacs. |
| 460 | This is used to initialize the variable @code{data-directory}. | 460 | This is used to initialize the variable @code{data-directory}. |
| 461 | @item EMACSDOC | 461 | @item EMACSDOC |
| 462 | #vindex EMACSDOC, environment variable | 462 | @vindex EMACSDOC, environment variable |
| 463 | Directory for the documentation string file, which is used to | 463 | Directory for the documentation string file, which is used to |
| 464 | initialize the Lisp variable @code{doc-directory}. | 464 | initialize the Lisp variable @code{doc-directory}. |
| 465 | @item EMACSLOADPATH | 465 | @item EMACSLOADPATH |
| 466 | #vindex EMACSLOADPATH, environment variable | 466 | @vindex EMACSLOADPATH, environment variable |
| 467 | A colon-separated list of directories@footnote{Here and below, | 467 | A colon-separated list of directories@footnote{Here and below, |
| 468 | whenever we say ``colon-separated list of directories'', it pertains | 468 | whenever we say ``colon-separated list of directories'', it pertains |
| 469 | to Unix and GNU/Linux systems. On MS-DOS and MS-Windows, the | 469 | to Unix and GNU/Linux systems. On MS-DOS and MS-Windows, the |