diff options
| author | Richard M. Stallman | 1998-03-18 01:52:57 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-03-18 01:52:57 +0000 |
| commit | 57ca985523e398e8b7f3f2f125eda29552e2356f (patch) | |
| tree | b04410b6cc7aafe2eff3dbc2a1f18d2b9a2a9be3 | |
| parent | c90c0be0587f2dd3fdc1fa87a69d968361af1b76 (diff) | |
| download | emacs-57ca985523e398e8b7f3f2f125eda29552e2356f.tar.gz emacs-57ca985523e398e8b7f3f2f125eda29552e2356f.zip | |
(syms_of_callproc): Doc fixes.
| -rw-r--r-- | src/callproc.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/callproc.c b/src/callproc.c index 625f35fc479..17c0ee96ee2 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -1378,12 +1378,13 @@ Initialized from the SHELL environment variable."); | |||
| 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\ |