]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/textmodes/text-mode.el (text-mode-variant): Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Tue, 29 Apr 2025 07:47:35 +0000 (10:47 +0300)
committerEshel Yaron <me@eshelyaron.com>
Thu, 1 May 2025 05:32:02 +0000 (07:32 +0200)
(cherry picked from commit 2838b64fc8b71d2a534fcf01e02a20066d99e2b3)

lisp/textmodes/text-mode.el

index 27a584a370961139b4d9738af2d9118b0cba5b0c..65372af9e249e6ff151f1af77a5d695bfcd287ab 100644 (file)
@@ -42,7 +42,7 @@
   "Non-nil if this buffer's major mode is a variant of Text mode.")
 (make-obsolete-variable 'text-mode-variant
                         "\
-Don't set it, and instead of testing its value use `derived-mode-p'." "27.1")
+don't set it, and instead of testing its value use `derived-mode-p'." "27.1")
 
 ;; Actually defined in textconv.c.
 (defvar text-conversion-style)