Skip to content

Commit

Permalink
Remove own wrapped
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jan 30, 2021
1 parent 8517390 commit de86bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docstr-key.el
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ This function has two features.
```
P.S. Prefix will matches the same as your document style selection."
(cond ((and (eq major-mode 'lua-mode) (jcs-inside-comment-block-p))
(cond ((and (eq major-mode 'lua-mode) (docstr-util-comment-block-p))
(let ((new-doc-p (docstr-util-between-pair-p "--[[" "]]")))
(apply fnc args)
(indent-for-tab-command)
Expand Down

0 comments on commit de86bba

Please sign in to comment.