summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2019-06-15 01:37:27 +0200
committerJuanma Barranquero <lekktu@gmail.com>2019-06-15 01:37:27 +0200
commit0c5f6c6c6383c7be7fe08ae76c546d4b95146c69 (patch)
tree5584e4d9565a37061339a7e6e064cd637c75e0bf /lisp
parente5873389e13fd6f1bc0448abfd1fdf1af5e85f1a (diff)
downloademacs-0c5f6c6c6383c7be7fe08ae76c546d4b95146c69.tar.gz
Fix doc of srecompile-compile-split-code (Bug#36200)
* lisp/cedet/srecode/compile.el (srecode-compile-split-code): Remove leftover text from docstring.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/cedet/srecode/compile.el3
1 files changed, 1 insertions, 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)