branch: externals/vcard commit f0ccea2ac8f05d3e5fb5b7750e7ba030e3f9a421 Author: Stefan Kangas <stefankan...@gmail.com> Commit: Stefan Kangas <stefankan...@gmail.com>
; Fix typo --- vcard.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcard.el b/vcard.el index f7dc30857e..e1f8f4d05d 100644 --- a/vcard.el +++ b/vcard.el @@ -531,7 +531,7 @@ US domestic telephone numbers are replaced with international format." (defun vcard-split-string (string &optional separator limit) - "Split STRING at occurences of SEPARATOR. Return a list of substrings. + "Split STRING at occurrences of SEPARATOR. Return a list of substrings. Optional argument SEPARATOR can be any regexp, but anything matching the separator will never appear in any of the returned substrings. If not specified, SEPARATOR defaults to \"[ \\f\\t\\n\\r\\v]+\".