diff man/lispref/searching.texi @ 290:c9fe270a4101 r21-0b43

Import from CVS: tag r21-0b43
author cvs
date Mon, 13 Aug 2007 10:36:47 +0200
parents 7df0dd720c89
children 70ad99077275
line wrap: on
line diff
--- a/man/lispref/searching.texi	Mon Aug 13 10:35:55 2007 +0200
+++ b/man/lispref/searching.texi	Mon Aug 13 10:36:47 2007 +0200
@@ -786,6 +786,13 @@
 @end example
 @end defun
 
+@defun split-path path
+This function splits a search path into a list of strings.  The path
+components are separated with the characters specified with
+@code{path-separator}.  Under Unix, @code{path-separator} will normally
+be @samp{:}, while under Windows, it will be @samp{;}.
+@end defun
+
 @defun looking-at regexp
 This function determines whether the text in the current buffer directly
 following point matches the regular expression @var{regexp}.  ``Directly