diff options
| author | Miles Bader | 2007-02-26 23:03:45 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-02-26 23:03:45 +0000 |
| commit | a73d7753f965734247be482efa125da5235996da (patch) | |
| tree | 56af26fb1a12a2c93c146aac923947968c4c9d76 /src/callproc.c | |
| parent | 55a5664de23c07003d4d2584fc065619609500b6 (diff) | |
| parent | f6f3d0b9133d06b29523c7bc744130cddc5c8d6b (diff) | |
| download | emacs-a73d7753f965734247be482efa125da5235996da.tar.gz emacs-a73d7753f965734247be482efa125da5235996da.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 638-652)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 202)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-177
Diffstat (limited to 'src/callproc.c')
| -rw-r--r-- | src/callproc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/callproc.c b/src/callproc.c index 6af47f0ed3e..c5e747ff6d2 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -1370,7 +1370,7 @@ getenv_internal (var, varlen, value, valuelen) | |||
| 1370 | DEFUN ("getenv-internal", Fgetenv_internal, Sgetenv_internal, 1, 1, 0, | 1370 | DEFUN ("getenv-internal", Fgetenv_internal, Sgetenv_internal, 1, 1, 0, |
| 1371 | doc: /* Return the value of environment variable VAR, as a string. | 1371 | doc: /* Return the value of environment variable VAR, as a string. |
| 1372 | VAR should be a string. Value is nil if VAR is undefined in the environment. | 1372 | VAR should be a string. Value is nil if VAR is undefined in the environment. |
| 1373 | This function consults the variable ``process-environment'' for its value. */) | 1373 | This function consults the variable `process-environment' for its value. */) |
| 1374 | (var) | 1374 | (var) |
| 1375 | Lisp_Object var; | 1375 | Lisp_Object var; |
| 1376 | { | 1376 | { |
| @@ -1580,12 +1580,12 @@ These are files intended for Emacs to use while it runs. */); | |||
| 1580 | 1580 | ||
| 1581 | DEFVAR_LISP ("doc-directory", &Vdoc_directory, | 1581 | DEFVAR_LISP ("doc-directory", &Vdoc_directory, |
| 1582 | doc: /* Directory containing the DOC file that comes with GNU Emacs. | 1582 | doc: /* Directory containing the DOC file that comes with GNU Emacs. |
| 1583 | This is usually the same as data-directory. */); | 1583 | This is usually the same as `data-directory'. */); |
| 1584 | 1584 | ||
| 1585 | DEFVAR_LISP ("configure-info-directory", &Vconfigure_info_directory, | 1585 | DEFVAR_LISP ("configure-info-directory", &Vconfigure_info_directory, |
| 1586 | doc: /* For internal use by the build procedure only. | 1586 | doc: /* For internal use by the build procedure only. |
| 1587 | This is the name of the directory in which the build procedure installed | 1587 | This is the name of the directory in which the build procedure installed |
| 1588 | Emacs's info files; the default value for Info-default-directory-list | 1588 | Emacs's info files; the default value for `Info-default-directory-list' |
| 1589 | includes this. */); | 1589 | includes this. */); |
| 1590 | Vconfigure_info_directory = build_string (PATH_INFO); | 1590 | Vconfigure_info_directory = build_string (PATH_INFO); |
| 1591 | 1591 | ||