]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/muse/muse-backlink.el
Fix some quoting problems in doc strings
[gnu-emacs-elpa] / packages / muse / muse-backlink.el
index d5b7ebdf8a05184964a3abc73082a3f261d3fe0f..76c0c9c184edf1c7e5c7c2439dc77f969bf647fb 100644 (file)
@@ -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)))