projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e587338
)
Fix doc of srecompile-compile-split-code (Bug#36200)
author
Juanma Barranquero
<lekktu@gmail.com>
Fri, 14 Jun 2019 23:37:27 +0000
(
01:37
+0200)
committer
Juanma 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
patch
|
blob
|
history
diff --git
a/lisp/cedet/srecode/compile.el
b/lisp/cedet/srecode/compile.el
index a19df179013e17c11c8e9d208c6545ee05dd666a..d2e2807b248611278da4c1240deba87534d469f0 100644
(file)
--- 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)