branch: externals/cm-mode
commit ba4e3c5cde94075e397820002d32e0cfff14f9f9
Author: Joost Kremers <[email protected]>
Commit: Joost Kremers <[email protected]>
Update doc string of `cm-accept/reject-change-at-point'
---
cm-mode.el | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/cm-mode.el b/cm-mode.el
index a8c82a83a7..49084ed06b 100644
--- a/cm-mode.el
+++ b/cm-mode.el
@@ -782,7 +782,10 @@ is of any other type, check if there's a comment and
include it."
Return point if the change is accepted or rejected or the
position after the change if it is skipped (point is not changed
in that case). If no change is found at point, the return value
-is nil."
+is nil.
+
+INTERACTIVE is used to determine whether the function was called
+interactively or not."
(interactive "p") ; we use "p" to signal that the function was called
interactively
(let ((change (cm-markup-at-point)))
(when change