Fix doc of srecompile-compile-split-code (Bug#36200)

* lisp/cedet/srecode/compile.el (srecode-compile-split-code):
Remove leftover text from docstring.
This commit is contained in:
Juanma Barranquero 2019-06-15 01:37:27 +02:00
parent e5873389e1
commit 0c5f6c6c63

View file

@ -398,8 +398,7 @@ ESCAPE_START and ESCAPE_END are regexps that indicate the beginning
escape character, and end escape character pattern for expandable
macro names.
Optional argument END-NAME specifies the name of a token upon which
parsing should stop.
If END-NAME is specified, and the input string"
parsing should stop."
(let* ((what str)
(end-token nil)
(comp nil)