mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-03 10:53:23 +00:00
; * lisp/textmodes/text-mode.el (text-mode-variant): Fix last change.
This commit is contained in:
parent
9adb05422e
commit
2838b64fc8
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue