diff options
| author | Martin Rudalics | 2014-12-25 14:13:26 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2014-12-25 14:13:26 +0100 |
| commit | 000bc54951fc2c8f502176755fca53ca2b8aa9a4 (patch) | |
| tree | 4edeaf2f351b10c30ba4f358ffacdfd298ef0019 /lisp | |
| parent | 437854dc5d9a6146b7095392e750112819b7e8a6 (diff) | |
| download | emacs-000bc54951fc2c8f502176755fca53ca2b8aa9a4.tar.gz emacs-000bc54951fc2c8f502176755fca53ca2b8aa9a4.zip | |
Make `resize-mini-windows' customizable and update documentation for it.
* cus-start.el (resize-mini-windows): Make it customizable.
* minibuf.texi (Minibuffer Windows): Add descriptions of
`resize-mini-windows' and `max-mini-window-height'.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/cus-start.el | 7 |
2 files changed, 10 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c369c7940f4..6b0f2961d65 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2014-12-25 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * cus-start.el (resize-mini-windows): Make it customizable. | ||
| 4 | |||
| 1 | 2014-12-24 Stephen Leake <stephen_leake@stephe-leake.org> | 5 | 2014-12-24 Stephen Leake <stephen_leake@stephe-leake.org> |
| 2 | 6 | ||
| 3 | * startup.el (fancy-about-text): Change buttons for etc/CONTRIBUTE | 7 | * startup.el (fancy-about-text): Change buttons for etc/CONTRIBUTE |
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 4049974841e..5394a1c3744 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -520,7 +520,12 @@ since it could result in memory overflow and make Emacs crash." | |||
| 520 | (const :tag "Hourglass" :value hourglass))) | 520 | (const :tag "Hourglass" :value hourglass))) |
| 521 | (display-hourglass cursor boolean) | 521 | (display-hourglass cursor boolean) |
| 522 | (hourglass-delay cursor number) | 522 | (hourglass-delay cursor number) |
| 523 | 523 | (resize-mini-windows | |
| 524 | windows (choice | ||
| 525 | (const :tag "Off (nil)" :value nil) | ||
| 526 | (const :tag "Fit (t)" :value t) | ||
| 527 | (const :tag "Grow only" :value grow-only)) | ||
| 528 | "25.1") | ||
| 524 | ;; xfaces.c | 529 | ;; xfaces.c |
| 525 | (scalable-fonts-allowed display boolean "22.1") | 530 | (scalable-fonts-allowed display boolean "22.1") |
| 526 | ;; xfns.c | 531 | ;; xfns.c |