Minor fix.
(Buffers and Windows): Delete false table about all-frames.
This commit is contained in:
parent
ee49c7d90e
commit
84e3400219
2 changed files with 64 additions and 16 deletions
|
|
@ -1,3 +1,66 @@
|
|||
2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
|
||||
|
||||
* keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button.
|
||||
|
||||
2004-02-16 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
|
||||
|
||||
* frames.texi (Parameter Access): frame-parameters arg is optional.
|
||||
modify-frame-parameters handles nil for FRAME.
|
||||
(Window Frame Parameters): menu-bar-lines and tool-bar-lines
|
||||
are all-or-nothing for certain toolkits.
|
||||
Mention parameter wait-for-wm.
|
||||
(Frames and Windows): In frame-first-window and frame-selected-window
|
||||
the arg is optional.
|
||||
(Input Focus): In redirect-frame-focus the second arg is optional.
|
||||
(Window System Selections): Mention selection type CLIPBOARD.
|
||||
Mention data-type UTF8_STRING.
|
||||
Mention numbering of cut buffers.
|
||||
(Resources): Describe x-resource-name.
|
||||
|
||||
2004-02-16 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* windows.texi (Buffers and Windows): Delete false table
|
||||
about all-frames.
|
||||
|
||||
* syntax.texi (Parsing Expressions): Delete old caveat
|
||||
about parse-sexp-ignore-comments.
|
||||
|
||||
* streams.texi (Output Variables): Add print-quoted.
|
||||
|
||||
* lists.texi (Building Lists): Minor cleanup.
|
||||
|
||||
* hash.texi (Creating Hash): Correct and clarify doc of WEAK values.
|
||||
|
||||
* display.texi (Overlays): Explain overlays use markers.
|
||||
(Managing Overlays): Explain front-advance and rear-advance
|
||||
in more detail.
|
||||
|
||||
* loading.texi (Unloading): Document unload-feature-special-hooks.
|
||||
Get rid of fns-NNN.el file.
|
||||
|
||||
2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
|
||||
|
||||
* help.texi (Describing Characters): Fix text-char-description
|
||||
example output.
|
||||
|
||||
* edebug.texi (Using Edebug): Fix example.
|
||||
|
||||
* debugging.texi (Internals of Debugger): Fix return value.
|
||||
|
||||
* files.texi (Changing Files): Fix argname.
|
||||
|
||||
* calendar.texi: Fix parens, and default values.
|
||||
|
||||
* display.texi, frames.texi, internals.texi, modes.texi: Minor fixes.
|
||||
* nonascii.texi, objects.texi, os.texi: Minor fixes.
|
||||
* searching.texi, text.texi, tips.texi, windows.text: Minor fixes.
|
||||
|
||||
* positions.texi (Text Lines): Don't add -1 in current-line.
|
||||
|
||||
2004-02-16 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* compile.texi (Compiler Errors): if-boundp feature applies to cond.
|
||||
|
||||
2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
|
||||
|
||||
* processes.texi (Low-Level Network): Fix a typo.
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ displayed in windows.
|
|||
* Selecting Windows:: The selected window is the one that you edit in.
|
||||
* Cyclic Window Ordering:: Moving around the existing windows.
|
||||
* Buffers and Windows:: Each window displays the contents of a buffer.
|
||||
* Displaying Buffers:: Higher-lever functions for displaying a buffer
|
||||
* Displaying Buffers:: Higher-level functions for displaying a buffer
|
||||
and choosing a window for it.
|
||||
* Choosing Window:: How to choose a window for displaying a buffer.
|
||||
* Window Point:: Each window has its own location of point.
|
||||
|
|
@ -720,21 +720,6 @@ The two optional arguments work like the optional arguments of
|
|||
like the single optional argument of @code{get-buffer-window}. Perhaps
|
||||
we should change @code{get-buffer-window} in the future to make it
|
||||
compatible with the other functions.
|
||||
|
||||
The argument @var{all-frames} controls which windows to consider.
|
||||
|
||||
@itemize @bullet
|
||||
@item
|
||||
If it is @code{nil}, consider windows on the selected frame.
|
||||
@item
|
||||
If it is @code{t}, consider windows on all frames.
|
||||
@item
|
||||
If it is @code{visible}, consider windows on all visible frames.
|
||||
@item
|
||||
If it is 0, consider windows on all visible or iconified frames.
|
||||
@item
|
||||
If it is a frame, consider windows on that frame.
|
||||
@end itemize
|
||||
@end defun
|
||||
|
||||
@defvar buffer-display-time
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue