branch: elpa/lua-mode
commit da22ef7cd50904ac3b4850e9d6d82a47dc2cea14
Author: immerrr <[email protected]>
Commit: immerrr <[email protected]>
Rename lua-clear-multiline-delims -> lua-unmark-multiline-literals
---
lua-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lua-mode.el b/lua-mode.el
index 37c1ab6..b54a5b2 100644
--- a/lua-mode.el
+++ b/lua-mode.el
@@ -1191,7 +1191,7 @@ mark char as comment delimiter. Otherwise, remove the
mark if any."
(lua-put-char-syntax-table pos (lua-get-multiline-delim-syntax type))
(set-buffer-modified-p old-modified-p))))
-(defun lua-clear-multiline-delims (&optional begin end)
+(defun lua-unmark-multiline-literals (&optional begin end)
"Clears all Lua multiline construct markers in region
If BEGIN is nil, start from `beginning-of-buffer'.