From: Gerd Moellmann Date: Thu, 22 Feb 2001 14:58:21 +0000 (+0000) Subject: (General Variables) : It's used to X-Git-Tag: emacs-pretest-21.0.99~211 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b389557a9498fa894cc1c76fdfacf4966a0515e7;p=emacs.git (General Variables) : It's used to initialize doc-directory, not data-directory. : Description reworded. --- 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