; Fix compilation of doc/lispref/symbols.texi.

This commit is contained in:
Basil L. Contovounesios 2021-09-27 10:20:54 +01:00
parent 93d200b23c
commit 129efd9c0b

View file

@ -694,7 +694,7 @@ As can be seen, it's quite tedious to read or develop this code since
the symbol names to type are so long. We can use shorthands to
alleviate that.
@lisp1
@lisp
(defun snu-split (separator s &optional omit-nulls)
"A match-data saving variation on `split-string'."
(save-match-data (split-string s separator omit-nulls)))