aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2007-01-09 22:35:34 +0000
committerEli Zaretskii <[email protected]>2007-01-09 22:35:34 +0000
commitc7ed32766fc4e20b057f83988a3b837b447c2ad7 (patch)
tree72d57e5f82671aadc03438a9f7965d59642b05d2 /src/emacs.c
parente992d405a3afee2562f4f326cce44782266d7bc3 (diff)
(syms_of_emacs) <path-separator>: Doc fix.
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 6ba6d675d6..20997cf407 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);