emacs-31 7b4e12b51c2: ; * lisp/help.el (temp-buffer-resize-mode): Fix doc-string typo.
Martin Rudalics via Mailing list for Emacs changes <[email protected]>
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
branch: emacs-31 commit 7b4e12b51c273a62b01f014897958a84abb9459c Author: Martin Rudalics <[email protected]> Commit: Martin Rudalics <[email protected]> ; * lisp/help.el (temp-buffer-resize-mode): Fix doc-string typo. --- lisp/help.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/help.el b/lisp/help.el index 5e628083def..be6e56ab646 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -2007,7 +2007,7 @@ When this mode is enabled, a window is resized only if it has been specially created for a temporary buffer. Windows that have shown another buffer before being reused for displaying a temporary buffer are not resized (but note that if `even-window-sizes' is non-nil, they -might beresized in some situations anyway). A frame is resized only +might be resized in some situations anyway). A frame is resized only if `fit-frame-to-buffer' is non-nil. This mode is used by `help', `apropos' and `completion' buffers,