From a8b2d858995398b184b57af85eb08565537650bc Mon Sep 17 00:00:00 2001 From: Miha Rihtaršič Date: Tue, 5 Oct 2021 11:14:22 +0200 Subject: Documentation fixes for recent ansi-color additions * lisp/ansi-color.el (ansi-color-context-region): Improve formatting. * lisp/term.el (term-ansi-face-already-done): (term-handle-colors-array): Fix obsoleting version (bug#50806). --- lisp/term.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/term.el') diff --git a/lisp/term.el b/lisp/term.el index ce086c379b7..0e36e877e61 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -723,7 +723,7 @@ Buffer local variable.") (defvar term-ansi-current-invisible nil) (make-obsolete-variable 'term-ansi-face-already-done - "it doesn't have any effect." "28.1") + "it doesn't have any effect." "29.1") ;;; Faces (defvar ansi-term-color-vector @@ -3346,7 +3346,7 @@ otherwise use the current foreground color." ;; have any bold/underline/fg/bg/reverse combination. -mm (defun term-handle-colors-array (parameter) - (declare (obsolete term--handle-colors-list "28.1")) + (declare (obsolete term--handle-colors-list "29.1")) (term--handle-colors-list (list parameter))) (defun term--handle-colors-list (parameters) -- cgit v1.2.3