From: Basil L. Contovounesios Date: Mon, 27 Sep 2021 09:20:54 +0000 (+0100) Subject: ; Fix compilation of doc/lispref/symbols.texi. X-Git-Tag: emacs-28.0.90~572^2~5 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=129efd9c0b05610794cbfbb4d88facda435a8fe6;p=emacs.git ; Fix compilation of doc/lispref/symbols.texi. --- diff --git a/doc/lispref/symbols.texi b/doc/lispref/symbols.texi index 3a767892ff1..8ae2d1fc88b 100644 --- a/doc/lispref/symbols.texi +++ b/doc/lispref/symbols.texi @@ -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)))