Fix documentation of 'face-extend-p'
* doc/lispref/display.texi (Attribute Functions): Fix description of 'face-extend-p'. (Bug#48936)
This commit is contained in:
parent
b94532f028
commit
7be610f911
1 changed files with 3 additions and 2 deletions
|
@ -2979,9 +2979,10 @@ This function returns non-@code{nil} if face @var{face} specifies
|
|||
a non-@code{nil} @code{:inverse-video} attribute.
|
||||
@end defun
|
||||
|
||||
@defun face-extend-p face &optional frame
|
||||
@defun face-extend-p face &optional frame inherit
|
||||
This function returns non-@code{nil} if face @var{face} specifies
|
||||
a non-@code{nil} @code{:extend} attribute.
|
||||
a non-@code{nil} @code{:extend} attribute. The @var{inherit} argument
|
||||
is passed to @code{face-attribute}.
|
||||
@end defun
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue