Skip to content

Commit

Permalink
fix: typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurawald committed Dec 11, 2024
1 parent 4d2e632 commit 7f4dd45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/paredit-mode/paredit-mode.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ link : http://www.daregada.sakuraweb.com/paredit_tutorial_ja.html


(defun %paredit-wrap (begin-char end-char)
;; FIXME: the buffer-mark-p always be nil for marks that set by vi-mode. (The mark state in vi-mode and emacs-mode is not set.
;; FIXME: the buffer-mark-p always be nil for marks that set by vi-mode. (The mark state in vi-mode and emacs-mode is not synced.)
(if (buffer-mark-p (current-buffer))
(with-point ((begin (region-beginning (current-buffer)))
(end (region-end (current-buffer))))
Expand Down

0 comments on commit 7f4dd45

Please sign in to comment.