branch: externals/cm-mode
commit c01a5a9e576aab03de617fdc772a3f29969f022a
Author: Joost Kremers <[email protected]>
Commit: Joost Kremers <[email protected]>
Fix doc string of cm-move-past-delim.
---
cm-mode.el | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/cm-mode.el b/cm-mode.el
index 98463d6ba7..65aaf7429d 100644
--- a/cm-mode.el
+++ b/cm-mode.el
@@ -575,8 +575,9 @@ type."
(defun cm-move-past-delim (delim &optional end)
"Move point past DELIM into the markup.
-If DELIM is an end delimiter, END must be T. If point is not at a
-delimiter, do not move. Return T if point has moved."
+DELIM must be one of the strings in `cm-delimiters'. If DELIM is
+an end delimiter, END must be t. If point is not at a delimiter,
+do not move. Return t if point has moved."
(let ((len (length delim))
(pos (point)))
(if end