From 0c5f6c6c6383c7be7fe08ae76c546d4b95146c69 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sat, 15 Jun 2019 01:37:27 +0200 Subject: [PATCH] Fix doc of srecompile-compile-split-code (Bug#36200) * lisp/cedet/srecode/compile.el (srecode-compile-split-code): Remove leftover text from docstring. --- lisp/cedet/srecode/compile.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 2.39.2