]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix compilation of doc/lispref/symbols.texi.
authorBasil L. Contovounesios <contovob@tcd.ie>
Mon, 27 Sep 2021 09:20:54 +0000 (10:20 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Mon, 27 Sep 2021 09:25:02 +0000 (10:25 +0100)
doc/lispref/symbols.texi

index 3a767892ff10237854617a1c53f7cee3a7cf249d..8ae2d1fc88b953cf1589af25d82c846a10fb0d23 100644 (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)))