From b389557a9498fa894cc1c76fdfacf4966a0515e7 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 22 Feb 2001 14:58:21 +0000 Subject: [PATCH] (General Variables) : It's used to initialize doc-directory, not data-directory. : Description reworded. --- man/cmdargs.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/cmdargs.texi b/man/cmdargs.texi index 8fdb0aa7914..a4160a3cfba 100644 --- a/man/cmdargs.texi +++ b/man/cmdargs.texi @@ -329,7 +329,7 @@ This is used to initialize the Lisp variable @code{data-directory}. @item EMACSDOC Directory for the documentation string file, @file{DOC-@var{emacsversion}}. This is used to initialize the Lisp -variable @code{data-directory}. +variable @code{doc-directory}. @item EMACSLOADPATH A colon-separated list of directories to search for Emacs Lisp files---used to initialize @code{load-path}. @@ -354,7 +354,7 @@ The name of the machine that Emacs is running on. A colon-separated list of directories. Used by the @code{complete} package to search for files. @item INFOPATH -A colon-separated list of directories to search for Info files in. +A colon-separated list of directories in which to search for Info files. @item LC_ALL @itemx LC_CTYPE @itemx LANG -- 2.39.5