svn: r8649
This commit is contained in:
Eli Barzilay 2008-02-13 19:38:24 +00:00
parent 1acf42513e
commit 44e99eed6e

View File

@ -1835,7 +1835,7 @@
;; ;;
;; Paste strings together using the delimiter string. ;; Paste strings together using the delimiter string.
;; ;;
;; (join-strings '("foo" "bar" "baz") ":") => "foo:bar:baz" ;; (string-join '("foo" "bar" "baz") ":") => "foo:bar:baz"
;; ;;
;; DELIMITER defaults to a single space " " ;; DELIMITER defaults to a single space " "
;; GRAMMAR is one of the symbols {prefix, infix, strict-infix, suffix} ;; GRAMMAR is one of the symbols {prefix, infix, strict-infix, suffix}