From: Eshel Yaron Date: Sun, 30 Jul 2023 08:22:26 +0000 (+0300) Subject: ; * lisp/textmodes/paragraphs.el: Remove leftover comment. X-Git-Tag: emacs-29.1.90~274 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=29ef2157116550248ddccd74a5e52b2ab1fe3a9c;p=emacs.git ; * lisp/textmodes/paragraphs.el: Remove leftover comment. * lisp/textmodes/paragraphs.el: Remove a comment referring to code that was removed in cf605d5. (Bug#64947) --- 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;