Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
289:6e6992ccc4b6 | 290:c9fe270a4101 |
---|---|
782 @group | 782 @group |
783 (split-string ":a::b:c" ":") | 783 (split-string ":a::b:c" ":") |
784 @result{} ("" "a" "" "b" "c") | 784 @result{} ("" "a" "" "b" "c") |
785 @end group | 785 @end group |
786 @end example | 786 @end example |
787 @end defun | |
788 | |
789 @defun split-path path | |
790 This function splits a search path into a list of strings. The path | |
791 components are separated with the characters specified with | |
792 @code{path-separator}. Under Unix, @code{path-separator} will normally | |
793 be @samp{:}, while under Windows, it will be @samp{;}. | |
787 @end defun | 794 @end defun |
788 | 795 |
789 @defun looking-at regexp | 796 @defun looking-at regexp |
790 This function determines whether the text in the current buffer directly | 797 This function determines whether the text in the current buffer directly |
791 following point matches the regular expression @var{regexp}. ``Directly | 798 following point matches the regular expression @var{regexp}. ``Directly |