aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2019-11-01 18:27:17 +0100
committerLars Ingebrigtsen2019-11-01 18:27:17 +0100
commiteda98211e31ed969823c1048b3cde635e08eebe5 (patch)
tree45f1e06a18608c8ea65a14de8bb6b043ae0da177
parentfd29402180394d9f7efabee82daaa60d7cdb8b06 (diff)
downloademacs-eda98211e31ed969823c1048b3cde635e08eebe5.tar.gz
emacs-eda98211e31ed969823c1048b3cde635e08eebe5.zip
Fix documentation of set-face-font in the manual
* doc/lispref/display.texi (Attribute Functions): Describe more precisely what set-face-font does (bug#14647).
-rw-r--r--doc/lispref/display.texi6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 492104ddf07..29abc0a9f27 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -2833,7 +2833,11 @@ This sets the @code{:stipple} attribute of @var{face} to
2833@end deffn 2833@end deffn
2834 2834
2835@deffn Command set-face-font face font &optional frame 2835@deffn Command set-face-font face font &optional frame
2836This sets the @code{:font} attribute of @var{face} to @var{font}. 2836Change the font-related attributes of @var{face} to those of
2837@var{font} (a string). This sets the attributes @code{:family},
2838@code{:foundry}, @code{:width}, @code{:height}, @code{:weight}, and
2839@code{:slant}. If @var{frame} is non-@code{nil}, only change the
2840attributes on the specified frame.
2837@end deffn 2841@end deffn
2838 2842
2839@defun set-face-bold face bold-p &optional frame 2843@defun set-face-bold face bold-p &optional frame