Mercurial > emacs
changeset 75969:58d48cd0f5f0
(syms_of_callproc) <doc-directory, configure-info-directory>:
(Fgetenv_internal): Fix typos in docstrings.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 17 Feb 2007 01:59:00 +0000 |
parents | 88a395ffffbc |
children | 60fb20cf7569 |
files | src/callproc.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/callproc.c Sat Feb 17 01:46:58 2007 +0000 +++ b/src/callproc.c Sat Feb 17 01:59:00 2007 +0000 @@ -1482,7 +1482,7 @@ DEFUN ("getenv-internal", Fgetenv_internal, Sgetenv_internal, 1, 1, 0, doc: /* Return the value of environment variable VAR, as a string. VAR should be a string. Value is nil if VAR is undefined in the environment. -This function consults the variable ``process-environment'' for its value. */) +This function consults the variable `process-environment' for its value. */) (var) Lisp_Object var; { @@ -1692,12 +1692,12 @@ DEFVAR_LISP ("doc-directory", &Vdoc_directory, doc: /* Directory containing the DOC file that comes with GNU Emacs. -This is usually the same as data-directory. */); +This is usually the same as `data-directory'. */); DEFVAR_LISP ("configure-info-directory", &Vconfigure_info_directory, doc: /* For internal use by the build procedure only. This is the name of the directory in which the build procedure installed -Emacs's info files; the default value for Info-default-directory-list +Emacs's info files; the default value for `Info-default-directory-list' includes this. */); Vconfigure_info_directory = build_string (PATH_INFO);