aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/frames.texi
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2009-12-25 20:04:07 +0000
committerChong Yidong <[email protected]>2009-12-25 20:04:07 +0000
commit16d1ff5f0b813254c882b924fc4f907f3bbd435e (patch)
tree3c7868335a3442e8e7fc51dc3b971a4eb5fdfa42 /doc/lispref/frames.texi
parent91ed7ea8643c021003fc6073b5226ea49e196688 (diff)
* frames.texi (Resources): Describe inhibit-x-resources.
(Size Parameters): Copyedit. * hash.texi (Creating Hash): * objects.texi (Hash Table Type): Document the new hash table printed representation. * minibuf.texi (Basic Completion): 4th arg to all-completions is obsolete. * processes.texi (Process Buffers): Document process-kill-buffer-query-function.
Diffstat (limited to 'doc/lispref/frames.texi')
-rw-r--r--doc/lispref/frames.texi27
1 files changed, 18 insertions, 9 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 0ac25352bb..eb5a13826b 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -610,15 +610,15 @@ the @code{user-position} parameter (see above) does for the position
parameters @code{top} and @code{left}.
@item fullscreen
-Specify that width, height or both shall be maximized.
-The value @code{fullwidth} specifies that width shall be as wide as possible.
+Specify that width, height or both shall be maximized. The value
+@code{fullwidth} specifies that width shall be as wide as possible.
The value @code{fullheight} specifies that height shall be as tall as
-possible. The value @code{fullboth} specifies that both the
-width and the height shall be set to the size of the screen.
-The value @code{maximized} specifies that the frame shall be maximized.
-The difference between @code{maximized} and @code{fullboth} is that
-the first does have window manager decorations but the second does not
-and thus really covers the whole screen.
+possible. The value @code{fullboth} specifies that both the width and
+the height shall be set to the size of the screen. The value
+@code{maximized} specifies that the frame shall be maximized. The
+difference between @code{maximized} and @code{fullboth} is that the
+former still has window manager decorations while the latter really
+covers the whole screen.
@end table
@node Layout Parameters
@@ -2166,6 +2166,11 @@ If the name @var{color} is not defined, the value is @code{nil}.
@node Resources
@section X Resources
+This section describes some of the functions and variables for
+querying and using X resources, or their equivalent on your operating
+system. @xref{X Resources,, X Resources, emacs, The GNU Emacs
+Manual}, for more information about X resources.
+
@defun x-get-resource attribute class &optional component subclass
The function @code{x-get-resource} retrieves a resource value from the X
Window defaults database.
@@ -2219,7 +2224,11 @@ or @file{~/.Xresources}). Then:
@end group
@end example
- @xref{X Resources,, X Resources, emacs, The GNU Emacs Manual}.
+@defvar inhibit-x-resources
+If this variable is non-@code{nil}, Emacs does not look up X
+resources, and X resources do not have any effect when creating new
+frames.
+@end defvar
@node Display Feature Testing
@section Display Feature Testing