diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/rsz-mini.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/rsz-mini.el b/lisp/rsz-mini.el index b33a6288c8a..da5f4b478ba 100644 --- a/lisp/rsz-mini.el +++ b/lisp/rsz-mini.el | |||
| @@ -32,8 +32,8 @@ | |||
| 32 | ;; typing, the minibuffer will return to its original size. | 32 | ;; typing, the minibuffer will return to its original size. |
| 33 | 33 | ||
| 34 | ;; In window systems where it is possible to have a frame in which the | 34 | ;; In window systems where it is possible to have a frame in which the |
| 35 | ;; minibuffer is the only window, the frame itself can be resized. In FSF | 35 | ;; minibuffer is the only window, the frame itself can be resized. In |
| 36 | ;; GNU Emacs 19.22 and earlier, the frame may not be properly returned to | 36 | ;; Emacs 19.22 and earlier, the frame may not be properly returned to |
| 37 | ;; its original size after it ceases to be active because | 37 | ;; its original size after it ceases to be active because |
| 38 | ;; `minibuffer-exit-hook' didn't exist until version 19.23. | 38 | ;; `minibuffer-exit-hook' didn't exist until version 19.23. |
| 39 | ;; | 39 | ;; |