emacs-diffs
[Top][All Lists]
Advanced

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

master aedb74b294: Merge from origin/emacs-28


From: Stefan Kangas
Subject: master aedb74b294: Merge from origin/emacs-28
Date: Thu, 24 Feb 2022 00:53:07 -0500 (EST)

branch: master
commit aedb74b2940cffa56c26c142c4bb8c2a7a21839f
Merge: ec1aaac5c0 5942504391
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Merge from origin/emacs-28
    
    5942504391 Reword face-remap-add-relative manual entry
---
 doc/lispref/display.texi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 48170348e3..f134a4fe84 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -3303,10 +3303,10 @@ and @code{face-remap-reset-base} functions; it is 
intended for major
 modes to remap faces in the buffers they control.
 
 @defun face-remap-add-relative face &rest specs
-This function adds the face spec in @var{specs} as relative
-remappings for face @var{face} in the current buffer.  The remaining
-arguments, @var{specs}, should form either a list of face names, or a
-property list of attribute/value pairs.
+This function adds @var{specs} as relative remappings for face
+@var{face} in the current buffer.  @var{specs} should be a list where
+each element is either a face name, or a property list of
+attribute/value pairs.
 
 The return value is a Lisp object that serves as a cookie; you can
 pass this object as an argument to @code{face-remap-remove-relative}



reply via email to

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