X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/1289a9cbad2c7019c10fb051f9d2b3099e9418e3..f10533854f4c7bb54247a11981191bf37b70cb36:/packages/muse/muse-backlink.el diff --git a/packages/muse/muse-backlink.el b/packages/muse/muse-backlink.el index d5b7ebdf8..76c0c9c18 100644 --- a/packages/muse/muse-backlink.el +++ b/packages/muse/muse-backlink.el @@ -83,10 +83,10 @@ that for the default value of SEPARATORS leading and trailing whitespace are effectively trimmed). If nil, all zero-length substrings are retained, which correctly parses CSV format, for example. -Note that the effect of `(split-string STRING)' is the same as -`(split-string STRING split-string-default-separators t)'). In the rare +Note that the effect of (split-string STRING) is the same as +(split-string STRING split-string-default-separators t). In the rare case that you wish to retain zero-length substrings when splitting on -whitespace, use `(split-string STRING split-string-default-separators)'. +whitespace, use (split-string STRING split-string-default-separators). Modifies the match data; use `save-match-data' if necessary." (let ((keep-nulls (not (if separators omit-nulls t)))