From 29ef2157116550248ddccd74a5e52b2ab1fe3a9c 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. (Bug#64947) --- lisp/textmodes/paragraphs.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index a9e28a3275b..d23902b1c67 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el @@ -201,7 +201,6 @@ This is desirable in modes where blank lines are the paragraph delimiters." :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.39.2