aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2012-11-16 00:31:20 -0800
committerGlenn Morris2012-11-16 00:31:20 -0800
commit7c82753d4cee69bc63cf19daee89b69873559221 (patch)
treecc18e7148b60e25fbf943b42dd675f57ec634dd0 /etc
parentb0634f5d0a5ec5bc97c4d0cc7c8544611cbf0adc (diff)
downloademacs-7c82753d4cee69bc63cf19daee89b69873559221.tar.gz
emacs-7c82753d4cee69bc63cf19daee89b69873559221.zip
Doc fixes related to fit-frame-to-buffer
* lisp/window.el (fit-frame-to-buffer-bottom-margin) (fit-frame-to-buffer, fit-window-to-buffer): Doc fixes. * etc/NEWS: Related edit.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 42e773b2a03..3bd4ebae4fa 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -851,8 +851,12 @@ now accept a third argument to avoid choosing the selected window.
851*** `temp-buffer-resize-mode' no longer resizes windows that have been 851*** `temp-buffer-resize-mode' no longer resizes windows that have been
852reused. 852reused.
853 853
854*** New function `fit-frame-to-buffer' and new options 854*** New command `fit-frame-to-buffer' adjusts the frame height to
855`fit-frame-to-buffer' and `fit-frame-to-buffer-bottom-margin'. 855fit the contents.
856
857*** The command `fit-window-to-buffer' can adjust the frame height
858if the new option `fit-frame-to-buffer' is non-nil.
859
856+++ 860+++
857*** New option switch-to-buffer-preserve-window-point to restore a 861*** New option switch-to-buffer-preserve-window-point to restore a
858window's point when switching buffers. 862window's point when switching buffers.