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:
parent
e5873389e1
commit
0c5f6c6c63
1 changed files with 1 additions and 2 deletions
|
@ -398,8 +398,7 @@ ESCAPE_START and ESCAPE_END are regexps that indicate the beginning
|
||||||
escape character, and end escape character pattern for expandable
|
escape character, and end escape character pattern for expandable
|
||||||
macro names.
|
macro names.
|
||||||
Optional argument END-NAME specifies the name of a token upon which
|
Optional argument END-NAME specifies the name of a token upon which
|
||||||
parsing should stop.
|
parsing should stop."
|
||||||
If END-NAME is specified, and the input string"
|
|
||||||
(let* ((what str)
|
(let* ((what str)
|
||||||
(end-token nil)
|
(end-token nil)
|
||||||
(comp nil)
|
(comp nil)
|
||||||
|
|
Loading…
Add table
Reference in a new issue