aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMartin Rudalics2008-11-21 10:20:14 +0000
committerMartin Rudalics2008-11-21 10:20:14 +0000
commit6a4cfb0c8f7899643a4adc2c5b4a2c2ba802f950 (patch)
treee781c2ed1e6562a54bf9ed7c85b80eb86c868cb4 /etc
parent4b65254d80f365d56f09efcdd7e601863b65bd56 (diff)
downloademacs-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/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0b2834b3ae7..1ec6634c897 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
1261makes a separate frame on graphic displays. 1261makes 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
1264argument NORECORD. If non-nil, this will avoid messing with the order 1265argument NORECORD. If non-nil, this will avoid messing with the order
1265of recently selected windows and the buffer list. 1266of recently selected windows and the buffer list.