From: Eli Zaretskii Date: Tue, 9 Jan 2007 22:35:34 +0000 (+0000) Subject: (syms_of_emacs) : Doc fix. X-Git-Tag: emacs-pretest-22.0.93~190 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c7ed32766fc4e20b057f83988a3b837b447c2ad7;p=emacs.git (syms_of_emacs) : Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index e0144cbc680..8b9243b2329 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-01-09 Eli Zaretskii + + * emacs.c (syms_of_emacs) : Doc fix. + 2007-01-09 YAMAMOTO Mitsuharu * callproc.c (Fcall_process_region) [HAVE_MKSTEMP]: Add BLOCK_INPUT diff --git a/src/emacs.c b/src/emacs.c index 6ba6d675d62..20997cf4070 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -2480,7 +2480,8 @@ before you compile Emacs, to enable the code for this feature. */); emacs_priority = 0; DEFVAR_LISP ("path-separator", &Vpath_separator, - doc: /* The directory separator in search paths, as a string. */); + doc: /* String containing the character that separates directories in +search paths, such as PATH and other similar environment variables. */); { char c = SEPCHAR; Vpath_separator = make_string (&c, 1);