]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/prog-mode.el (prog-fill-reindent-defun): Typo.
authorYuan Fu <casouri@gmail.com>
Tue, 10 Jun 2025 04:54:43 +0000 (21:54 -0700)
committerEshel Yaron <me@eshelyaron.com>
Wed, 18 Jun 2025 08:01:49 +0000 (10:01 +0200)
(cherry picked from commit f9487d2b2898b455f9a828091c10adae312098c2)

lisp/progmodes/prog-mode.el

index 503644927c09fb3c7a1bc4552277b1836754811c..eee9cd3bce260e6ff630605fdb84bb51c17f1227 100644 (file)
@@ -155,7 +155,7 @@ or follows point."
   (save-excursion
     ;; FIXME: For some reason, the comment-start syntax regexp doesn't
     ;; work for me.  But I kept it around to be safe, and in the hope
-    ;; that if can cover cases where comment-start-skip is unset.
+    ;; that it can cover cases where comment-start-skip is unset.
     (if (or (nth 8 (syntax-ppss))
             ;; If point is at the beginning of a comment delimiter,
             ;; syntax-ppss doesn't consider point as being inside a