From: Juanma Barranquero Date: Fri, 14 Jun 2019 23:37:27 +0000 (+0200) Subject: Fix doc of srecompile-compile-split-code (Bug#36200) X-Git-Tag: emacs-26.3~80 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0c5f6c6c6383c7be7fe08ae76c546d4b95146c69;p=emacs.git Fix doc of srecompile-compile-split-code (Bug#36200) * lisp/cedet/srecode/compile.el (srecode-compile-split-code): Remove leftover text from docstring. --- diff --git a/lisp/cedet/srecode/compile.el b/lisp/cedet/srecode/compile.el index a19df179013..d2e2807b248 100644 --- a/lisp/cedet/srecode/compile.el +++ b/lisp/cedet/srecode/compile.el @@ -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)