diff options
| author | Martin Rudalics | 2008-11-21 10:20:14 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2008-11-21 10:20:14 +0000 |
| commit | 6a4cfb0c8f7899643a4adc2c5b4a2c2ba802f950 (patch) | |
| tree | e781c2ed1e6562a54bf9ed7c85b80eb86c868cb4 /etc | |
| parent | 4b65254d80f365d56f09efcdd7e601863b65bd56 (diff) | |
| download | emacs-6a4cfb0c8f7899643a4adc2c5b4a2c2ba802f950.tar.gz emacs-6a4cfb0c8f7899643a4adc2c5b4a2c2ba802f950.zip | |
(Frames): Fix typo, add cross references, reword.
(Initial Parameters): Reword special-display-frame-alist text.
(Frames and Windows): Reword. Describe argument norecord for
set-frame-selected-window.
(Input Focus): Describe argument norecord for select-frame.
Remove comment on MS-Windows behavior for focus-follows-mouse.
(Raising and Lowering): Mention windows-frames dichotomy in
metaphor.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -1260,6 +1260,7 @@ to override the default splitting mechanism of display-buffer. | |||
| 1260 | *** If pop-up-frames has the value `graphic-only', display-buffer only | 1260 | *** If pop-up-frames has the value `graphic-only', display-buffer only |
| 1261 | makes a separate frame on graphic displays. | 1261 | makes a separate frame on graphic displays. |
| 1262 | 1262 | ||
| 1263 | +++ | ||
| 1263 | *** select-frame and set-frame-selected-window have new optional | 1264 | *** select-frame and set-frame-selected-window have new optional |
| 1264 | argument NORECORD. If non-nil, this will avoid messing with the order | 1265 | argument NORECORD. If non-nil, this will avoid messing with the order |
| 1265 | of recently selected windows and the buffer list. | 1266 | of recently selected windows and the buffer list. |