+2007-02-17 Juanma Barranquero <lekktu@gmail.com>
+
+ * callproc.c (syms_of_callproc) <doc-directory>:
+ <configure-info-directory>:
+ (Fgetenv_internal): Fix typos in docstrings.
+
+ * doc.c (Fsubstitute_command_keys): Fix typo in docstring.
+
2007-02-16 Andreas Schwab <schwab@suse.de>
* frame.c (Fmodify_frame_parameters): Return a value.
2006-12-19 Juanma Barranquero <lekktu@gmail.com>
- * buffer.c (syms_of_buffer) <buffer-display-table>
+ * buffer.c (syms_of_buffer) <buffer-display-table>:
<scroll-up-aggressively, scroll-down-aggressively>: Doc fixes.
2006-12-17 Richard Stallman <rms@gnu.org>
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;
{
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);