From ebf24b595f23a5ddeff054d1791abe0099be0815 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sat, 17 Feb 2007 02:02:10 +0000 Subject: [PATCH] (syms_of_callproc) : (Fgetenv_internal): Fix typos in docstrings. --- src/ChangeLog | 10 +++++++++- src/callproc.c | 6 +++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 73e1a1c7bde..c0bae63b766 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2007-02-17 Juanma Barranquero + + * callproc.c (syms_of_callproc) : + : + (Fgetenv_internal): Fix typos in docstrings. + + * doc.c (Fsubstitute_command_keys): Fix typo in docstring. + 2007-02-16 Andreas Schwab * frame.c (Fmodify_frame_parameters): Return a value. @@ -530,7 +538,7 @@ 2006-12-19 Juanma Barranquero - * buffer.c (syms_of_buffer) + * buffer.c (syms_of_buffer) : : Doc fixes. 2006-12-17 Richard Stallman diff --git a/src/callproc.c b/src/callproc.c index f9b71db7718..90e5b11a9a2 100644 --- a/src/callproc.c +++ b/src/callproc.c @@ -1482,7 +1482,7 @@ getenv_internal (var, varlen, value, valuelen) 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 @@ These are files intended for Emacs to use while it runs. */); 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); -- 2.39.2