aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-09-23 18:56:28 +0000
committerEli Zaretskii2001-09-23 18:56:28 +0000
commit8d82c597ec0889fc76006827aad720a6c28e6068 (patch)
treedb806afed1d4db21c881f657e7787b0aa6e60e65
parent668bde52c8c4075902a96e2912ccc1ed17f04389 (diff)
downloademacs-8d82c597ec0889fc76006827aad720a6c28e6068.tar.gz
emacs-8d82c597ec0889fc76006827aad720a6c28e6068.zip
(Font Lookup, Attribute Functions)
(Image Descriptors): Add cross-references to the definition of selected frame.
-rw-r--r--lispref/ChangeLog14
-rw-r--r--lispref/display.texi13
2 files changed, 22 insertions, 5 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 9bc13838a5c..f0750e58bef 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,17 @@
12001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * display.texi (Font Lookup, Attribute Functions)
4 (Image Descriptors): Add cross-references to the definition of
5 selected frame.
6
7 * buffers.texi (The Buffer List): Add cross-references to the
8 definition of selected frame.
9
10 * frames.texi (Input Focus): Clarify which frame is _the_ selected
11 frame at any given time.
12 (Multiple Displays, Size and Position): Add a cross-reference to
13 the definition of the selected frame.
14
12001-09-08 Eli Zaretskii <eliz@is.elta.co.il> 152001-09-08 Eli Zaretskii <eliz@is.elta.co.il>
2 16
3 * strings.texi (String Conversion) <string-to-number>: Document 17 * strings.texi (String Conversion) <string-to-number>: Document
diff --git a/lispref/display.texi b/lispref/display.texi
index b6d5a54ae62..11e2157d475 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -1629,7 +1629,7 @@ to the corresponding values.
1629@defun face-attribute face attribute &optional frame 1629@defun face-attribute face attribute &optional frame
1630This returns the value of the @var{attribute} attribute of face 1630This returns the value of the @var{attribute} attribute of face
1631@var{face} on @var{frame}. If @var{frame} is @code{nil}, 1631@var{face} on @var{frame}. If @var{frame} is @code{nil},
1632that means the selected frame. 1632that means the selected frame (@pxref{Input Focus}).
1633 1633
1634If @var{frame} is @code{t}, the value is the default for 1634If @var{frame} is @code{t}, the value is the default for
1635@var{face} for new frames. 1635@var{face} for new frames.
@@ -2049,7 +2049,8 @@ available fonts. Otherwise, @var{family} must be a string; it may
2049contain the wildcards @samp{?} and @samp{*}. 2049contain the wildcards @samp{?} and @samp{*}.
2050 2050
2051The list describes the display that @var{frame} is on; if @var{frame} is 2051The list describes the display that @var{frame} is on; if @var{frame} is
2052omitted or @code{nil}, it applies to the selected frame's display. 2052omitted or @code{nil}, it applies to the selected frame's display
2053(@pxref{Input Focus}).
2053 2054
2054The list contains a vector of the following form for each font: 2055The list contains a vector of the following form for each font:
2055 2056
@@ -2073,7 +2074,7 @@ The result list is sorted according to the current face font sort order.
2073@tindex x-font-family-list 2074@tindex x-font-family-list
2074This function returns a list of the font families available for 2075This function returns a list of the font families available for
2075@var{frame}'s display. If @var{frame} is omitted or @code{nil}, it 2076@var{frame}'s display. If @var{frame} is omitted or @code{nil}, it
2076describes the selected frame's display. 2077describes the selected frame's display (@pxref{Input Focus}).
2077 2078
2078The value is a list of elements of this form: 2079The value is a list of elements of this form:
2079 2080
@@ -2609,7 +2610,8 @@ in some formats include a mask which can be removed by specifying
2609@tindex image-mask-p 2610@tindex image-mask-p
2610This function returns @code{t} if image @var{spec} has a mask bitmap. 2611This function returns @code{t} if image @var{spec} has a mask bitmap.
2611@var{frame} is the frame on which the image will be displayed. 2612@var{frame} is the frame on which the image will be displayed.
2612@var{frame} @code{nil} or omitted means to use the selected frame. 2613@var{frame} @code{nil} or omitted means to use the selected frame
2614(@pxref{Input Focus}).
2613@end defun 2615@end defun
2614 2616
2615@node XBM Images 2617@node XBM Images
@@ -2922,7 +2924,8 @@ specification. @var{pixels} non-nil means return sizes measured in
2922pixels, otherwise return sizes measured in canonical character units 2924pixels, otherwise return sizes measured in canonical character units
2923(fractions of the width/height of the frame's default font). 2925(fractions of the width/height of the frame's default font).
2924@var{frame} is the frame on which the image will be displayed. 2926@var{frame} is the frame on which the image will be displayed.
2925@var{frame} null or omitted means use the selected frame. 2927@var{frame} null or omitted means use the selected frame (@pxref{Input
2928Focus}).
2926@end defun 2929@end defun
2927 2930
2928@node Image Cache 2931@node Image Cache