diff options
| author | Richard M. Stallman | 2004-02-17 01:15:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-02-17 01:15:45 +0000 |
| commit | 84e34002192697facaee1137ff7516f4981ca6a0 (patch) | |
| tree | 39941a7677e811a0fdff005a355575c2afe335c7 | |
| parent | ee49c7d90e95d63f4e602895cf3ae7c658cfda46 (diff) | |
| download | emacs-84e34002192697facaee1137ff7516f4981ca6a0.tar.gz emacs-84e34002192697facaee1137ff7516f4981ca6a0.zip | |
Minor fix.
(Buffers and Windows): Delete false table about all-frames.
| -rw-r--r-- | lispref/ChangeLog | 63 | ||||
| -rw-r--r-- | lispref/windows.texi | 17 |
2 files changed, 64 insertions, 16 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index b3aa91431a7..d8991235ff0 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,5 +1,68 @@ | |||
| 1 | 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change) | 1 | 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change) |
| 2 | 2 | ||
| 3 | * keymaps.texi (Tool Bar): tool-bar-item => tool-bar-button. | ||
| 4 | |||
| 5 | 2004-02-16 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 6 | |||
| 7 | * frames.texi (Parameter Access): frame-parameters arg is optional. | ||
| 8 | modify-frame-parameters handles nil for FRAME. | ||
| 9 | (Window Frame Parameters): menu-bar-lines and tool-bar-lines | ||
| 10 | are all-or-nothing for certain toolkits. | ||
| 11 | Mention parameter wait-for-wm. | ||
| 12 | (Frames and Windows): In frame-first-window and frame-selected-window | ||
| 13 | the arg is optional. | ||
| 14 | (Input Focus): In redirect-frame-focus the second arg is optional. | ||
| 15 | (Window System Selections): Mention selection type CLIPBOARD. | ||
| 16 | Mention data-type UTF8_STRING. | ||
| 17 | Mention numbering of cut buffers. | ||
| 18 | (Resources): Describe x-resource-name. | ||
| 19 | |||
| 20 | 2004-02-16 Richard M. Stallman <rms@gnu.org> | ||
| 21 | |||
| 22 | * windows.texi (Buffers and Windows): Delete false table | ||
| 23 | about all-frames. | ||
| 24 | |||
| 25 | * syntax.texi (Parsing Expressions): Delete old caveat | ||
| 26 | about parse-sexp-ignore-comments. | ||
| 27 | |||
| 28 | * streams.texi (Output Variables): Add print-quoted. | ||
| 29 | |||
| 30 | * lists.texi (Building Lists): Minor cleanup. | ||
| 31 | |||
| 32 | * hash.texi (Creating Hash): Correct and clarify doc of WEAK values. | ||
| 33 | |||
| 34 | * display.texi (Overlays): Explain overlays use markers. | ||
| 35 | (Managing Overlays): Explain front-advance and rear-advance | ||
| 36 | in more detail. | ||
| 37 | |||
| 38 | * loading.texi (Unloading): Document unload-feature-special-hooks. | ||
| 39 | Get rid of fns-NNN.el file. | ||
| 40 | |||
| 41 | 2004-02-16 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change) | ||
| 42 | |||
| 43 | * help.texi (Describing Characters): Fix text-char-description | ||
| 44 | example output. | ||
| 45 | |||
| 46 | * edebug.texi (Using Edebug): Fix example. | ||
| 47 | |||
| 48 | * debugging.texi (Internals of Debugger): Fix return value. | ||
| 49 | |||
| 50 | * files.texi (Changing Files): Fix argname. | ||
| 51 | |||
| 52 | * calendar.texi: Fix parens, and default values. | ||
| 53 | |||
| 54 | * display.texi, frames.texi, internals.texi, modes.texi: Minor fixes. | ||
| 55 | * nonascii.texi, objects.texi, os.texi: Minor fixes. | ||
| 56 | * searching.texi, text.texi, tips.texi, windows.text: Minor fixes. | ||
| 57 | |||
| 58 | * positions.texi (Text Lines): Don't add -1 in current-line. | ||
| 59 | |||
| 60 | 2004-02-16 Richard M. Stallman <rms@gnu.org> | ||
| 61 | |||
| 62 | * compile.texi (Compiler Errors): if-boundp feature applies to cond. | ||
| 63 | |||
| 64 | 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change) | ||
| 65 | |||
| 3 | * processes.texi (Low-Level Network): Fix a typo. | 66 | * processes.texi (Low-Level Network): Fix a typo. |
| 4 | 67 | ||
| 5 | 2004-02-12 Kim F. Storm <storm@cua.dk> | 68 | 2004-02-12 Kim F. Storm <storm@cua.dk> |
diff --git a/lispref/windows.texi b/lispref/windows.texi index 425d5601ec9..f63ef744e67 100644 --- a/lispref/windows.texi +++ b/lispref/windows.texi | |||
| @@ -18,7 +18,7 @@ displayed in windows. | |||
| 18 | * Selecting Windows:: The selected window is the one that you edit in. | 18 | * Selecting Windows:: The selected window is the one that you edit in. |
| 19 | * Cyclic Window Ordering:: Moving around the existing windows. | 19 | * Cyclic Window Ordering:: Moving around the existing windows. |
| 20 | * Buffers and Windows:: Each window displays the contents of a buffer. | 20 | * Buffers and Windows:: Each window displays the contents of a buffer. |
| 21 | * Displaying Buffers:: Higher-lever functions for displaying a buffer | 21 | * Displaying Buffers:: Higher-level functions for displaying a buffer |
| 22 | and choosing a window for it. | 22 | and choosing a window for it. |
| 23 | * Choosing Window:: How to choose a window for displaying a buffer. | 23 | * Choosing Window:: How to choose a window for displaying a buffer. |
| 24 | * Window Point:: Each window has its own location of point. | 24 | * Window Point:: Each window has its own location of point. |
| @@ -720,21 +720,6 @@ The two optional arguments work like the optional arguments of | |||
| 720 | like the single optional argument of @code{get-buffer-window}. Perhaps | 720 | like the single optional argument of @code{get-buffer-window}. Perhaps |
| 721 | we should change @code{get-buffer-window} in the future to make it | 721 | we should change @code{get-buffer-window} in the future to make it |
| 722 | compatible with the other functions. | 722 | compatible with the other functions. |
| 723 | |||
| 724 | The argument @var{all-frames} controls which windows to consider. | ||
| 725 | |||
| 726 | @itemize @bullet | ||
| 727 | @item | ||
| 728 | If it is @code{nil}, consider windows on the selected frame. | ||
| 729 | @item | ||
| 730 | If it is @code{t}, consider windows on all frames. | ||
| 731 | @item | ||
| 732 | If it is @code{visible}, consider windows on all visible frames. | ||
| 733 | @item | ||
| 734 | If it is 0, consider windows on all visible or iconified frames. | ||
| 735 | @item | ||
| 736 | If it is a frame, consider windows on that frame. | ||
| 737 | @end itemize | ||
| 738 | @end defun | 723 | @end defun |
| 739 | 724 | ||
| 740 | @defvar buffer-display-time | 725 | @defvar buffer-display-time |