comparison lispref/strings.texi @ 88123:375f2633d815

New directory
author Kenichi Handa <handa@m17n.org>
date Mon, 08 Sep 2003 11:56:09 +0000
parents 695cf19ef79e
children 548375b6b1f8
comparison
equal deleted inserted replaced
52428:27bc8b966642 88123:375f2633d815
253 printed form is with @code{format} (@pxref{Formatting Strings}) or 253 printed form is with @code{format} (@pxref{Formatting Strings}) or
254 @code{number-to-string} (@pxref{String Conversion}). 254 @code{number-to-string} (@pxref{String Conversion}).
255 255
256 For information about other concatenation functions, see the 256 For information about other concatenation functions, see the
257 description of @code{mapconcat} in @ref{Mapping Functions}, 257 description of @code{mapconcat} in @ref{Mapping Functions},
258 @code{vconcat} in @ref{Vector Functions}, and @code{append} in @ref{Building 258 @code{vconcat} in @ref{Vectors}, and @code{append} in @ref{Building
259 Lists}. 259 Lists}.
260 @end defun 260 @end defun
261 261
262 @defun split-string string separators omit-nulls 262 @defun split-string string separators omit-nulls
263 This function splits @var{string} into substrings at matches for the 263 This function splits @var{string} into substrings at matches for the
1005 1005
1006 @deffn Command describe-buffer-case-table 1006 @deffn Command describe-buffer-case-table
1007 This command displays a description of the contents of the current 1007 This command displays a description of the contents of the current
1008 buffer's case table. 1008 buffer's case table.
1009 @end deffn 1009 @end deffn
1010
1011 @ignore
1012 arch-tag: 700b8e95-7aa5-4b52-9eb3-8f2e1ea152b4
1013 @end ignore