Skip to content

Commit

Permalink
fix: checkdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed May 22, 2024
1 parent a9294b4 commit bf01579
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vs-edit-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@
(if (char-before) (string (char-before)) ""))

(defun vs-edit--first-backward-char-in-line-p (ch)
"Check the first character on the left is CH or not, with current line
as boundary."
"Return t if the CH is the first character on the left."
(save-excursion
(when (re-search-backward "[^[:space:]]" (line-beginning-position) t)
(forward-char 1)
Expand Down

0 comments on commit bf01579

Please sign in to comment.