emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a8b2d85 1/2: Documentation fixes for recent ansi-color additions


From: Lars Ingebrigtsen
Subject: master a8b2d85 1/2: Documentation fixes for recent ansi-color additions
Date: Wed, 6 Oct 2021 04:51:30 -0400 (EDT)

branch: master
commit a8b2d858995398b184b57af85eb08565537650bc
Author: Miha Rihtaršič <miha@kamnitnik.top>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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/ansi-color.el | 4 ++--
 lisp/term.el       | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lisp/ansi-color.el b/lisp/ansi-color.el
index aaaf60c..2e51264 100644
--- a/lisp/ansi-color.el
+++ b/lisp/ansi-color.el
@@ -656,9 +656,9 @@ COLOR is less than 16."
   "Context saved between two calls to `ansi-color-apply-on-region'.
 This is a list of the form (FACE-VEC MARKER) or nil.  FACE-VEC
 represents the state the last call to `ansi-color-apply-on-region'
-ended with, currently a list of the form
+ended with, currently a list of the form:
 
-(BASIC-FACES FG BG).
+  (BASIC-FACES FG BG).
 
 BASIC-FACES is a bool-vector that specifies which basic faces
 from `ansi-color-basic-faces-vector' to apply.  FG and BG are
diff --git a/lisp/term.el b/lisp/term.el
index ce086c3..0e36e87 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]