diff options
| author | Stefan Kangas | 2022-02-24 06:30:36 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-02-24 06:30:36 +0100 |
| commit | aedb74b2940cffa56c26c142c4bb8c2a7a21839f (patch) | |
| tree | 5b2485c0aa3ba2ba3dde93351cb37ac9bf47f44f | |
| parent | ec1aaac5c0fb621461a171bb241d2e1c74509d1e (diff) | |
| parent | 5942504391df1b81ded820f9c8cd3047a05f3543 (diff) | |
| download | emacs-aedb74b2940cffa56c26c142c4bb8c2a7a21839f.tar.gz emacs-aedb74b2940cffa56c26c142c4bb8c2a7a21839f.zip | |
Merge from origin/emacs-28
5942504391 Reword face-remap-add-relative manual entry
| -rw-r--r-- | doc/lispref/display.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 48170348e32..f134a4fe842 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 | |||
| 3303 | modes to remap faces in the buffers they control. | 3303 | modes to remap faces in the buffers they control. |
| 3304 | 3304 | ||
| 3305 | @defun face-remap-add-relative face &rest specs | 3305 | @defun face-remap-add-relative face &rest specs |
| 3306 | This function adds the face spec in @var{specs} as relative | 3306 | This function adds @var{specs} as relative remappings for face |
| 3307 | remappings for face @var{face} in the current buffer. The remaining | 3307 | @var{face} in the current buffer. @var{specs} should be a list where |
| 3308 | arguments, @var{specs}, should form either a list of face names, or a | 3308 | each element is either a face name, or a property list of |
| 3309 | property list of attribute/value pairs. | 3309 | attribute/value pairs. |
| 3310 | 3310 | ||
| 3311 | The return value is a Lisp object that serves as a cookie; you can | 3311 | The return value is a Lisp object that serves as a cookie; you can |
| 3312 | pass this object as an argument to @code{face-remap-remove-relative} | 3312 | pass this object as an argument to @code{face-remap-remove-relative} |