From 26927393dd86ad4686d540e4b36a1aa716b036ad Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sun, 30 Jul 2023 11:22:26 +0300 Subject: [PATCH] ; * lisp/textmodes/paragraphs.el: Remove leftover comment. * lisp/textmodes/paragraphs.el: Remove a comment referring to code that was removed in cf605d5. --- lisp/textmodes/paragraphs.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index 6c33380b6bd..fd28bfe8016 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el @@ -201,7 +201,6 @@ paragraph-ignore-fill-prefix :type 'boolean :safe #'booleanp) -;; Silence the compiler. (defun forward-paragraph (&optional arg) "Move forward to end of paragraph. With argument ARG, do it ARG times; -- 2.41.0