From f2ab09ec60d5c66dac1e641e12c92ee834d19caf Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 18 Apr 2017 19:33:08 +0300 Subject: [PATCH] Fix a typo in indexing the user manual * doc/emacs/cmdargs.texi (General Variables): Fix a horrible typo. --- doc/emacs/cmdargs.texi | 4 ++-- 1 file 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. Directory for the architecture-independent files that come with Emacs. This is used to initialize the variable @code{data-directory}. @item EMACSDOC -#vindex EMACSDOC, environment variable +@vindex EMACSDOC, environment variable Directory for the documentation string file, which is used to initialize the Lisp variable @code{doc-directory}. @item EMACSLOADPATH -#vindex EMACSLOADPATH, environment variable +@vindex EMACSLOADPATH, environment variable A colon-separated list of directories@footnote{Here and below, whenever we say ``colon-separated list of directories'', it pertains to Unix and GNU/Linux systems. On MS-DOS and MS-Windows, the -- 2.39.5