typo
svn: r8649
This commit is contained in:
parent
1acf42513e
commit
44e99eed6e
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user