]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix doc of srecompile-compile-split-code (Bug#36200)
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 14 Jun 2019 23:37:27 +0000 (01:37 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 14 Jun 2019 23:37:27 +0000 (01:37 +0200)
* lisp/cedet/srecode/compile.el (srecode-compile-split-code):
Remove leftover text from docstring.

lisp/cedet/srecode/compile.el

index a19df179013e17c11c8e9d208c6545ee05dd666a..d2e2807b248611278da4c1240deba87534d469f0 100644 (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)