Mercurial > emacs
comparison src/callproc.c @ 21209:bfb9556f87db
(syms_of_callproc): Doc fixes.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 18 Mar 1998 01:52:57 +0000 |
parents | 77d489dd420a |
children | 50929073a0ba |
comparison
equal
deleted
inserted
replaced
21208:108e8bd3c936 | 21209:bfb9556f87db |
---|---|
1376 DEFVAR_LISP ("exec-path", &Vexec_path, | 1376 DEFVAR_LISP ("exec-path", &Vexec_path, |
1377 "*List of directories to search programs to run in subprocesses.\n\ | 1377 "*List of directories to search programs to run in subprocesses.\n\ |
1378 Each element is a string (directory name) or nil (try default directory)."); | 1378 Each element is a string (directory name) or nil (try default directory)."); |
1379 | 1379 |
1380 DEFVAR_LISP ("exec-directory", &Vexec_directory, | 1380 DEFVAR_LISP ("exec-directory", &Vexec_directory, |
1381 "Directory of architecture-dependent files that come with GNU Emacs,\n\ | 1381 "Directory for executables for Emacs to invoke.\n\ |
1382 especially executable programs intended for Emacs to invoke."); | 1382 More generally, this includes any architecture-dependent files\n\ |
1383 that are built and installed from the Emacs distribution."); | |
1383 | 1384 |
1384 DEFVAR_LISP ("data-directory", &Vdata_directory, | 1385 DEFVAR_LISP ("data-directory", &Vdata_directory, |
1385 "Directory of architecture-independent files that come with GNU Emacs,\n\ | 1386 "Directory of machine-independent files that come with GNU Emacs.\n\ |
1386 intended for Emacs to use."); | 1387 These are files intended for Emacs to use while it runs."); |
1387 | 1388 |
1388 DEFVAR_LISP ("doc-directory", &Vdoc_directory, | 1389 DEFVAR_LISP ("doc-directory", &Vdoc_directory, |
1389 "Directory containing the DOC file that comes with GNU Emacs.\n\ | 1390 "Directory containing the DOC file that comes with GNU Emacs.\n\ |
1390 This is usually the same as data-directory."); | 1391 This is usually the same as data-directory."); |
1391 | 1392 |