diff options
| author | Glenn Morris | 2012-11-16 00:31:20 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-11-16 00:31:20 -0800 |
| commit | 7c82753d4cee69bc63cf19daee89b69873559221 (patch) | |
| tree | cc18e7148b60e25fbf943b42dd675f57ec634dd0 /etc | |
| parent | b0634f5d0a5ec5bc97c4d0cc7c8544611cbf0adc (diff) | |
| download | emacs-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/NEWS | 8 |
1 files changed, 6 insertions, 2 deletions
| @@ -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 |
| 852 | reused. | 852 | reused. |
| 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'. | 855 | fit the contents. |
| 856 | |||
| 857 | *** The command `fit-window-to-buffer' can adjust the frame height | ||
| 858 | if 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 |
| 858 | window's point when switching buffers. | 862 | window's point when switching buffers. |