Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ae29cb0c
Commit
ae29cb0c
authored
Dec 02, 1998
by
Karl Heuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(temp-buffer-resize-mode): Doc fix.
parent
3e36b849
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
lisp/help.el
lisp/help.el
+3
-4
No files found.
lisp/help.el
View file @
ae29cb0c
...
...
@@ -1150,10 +1150,9 @@ For the cross-reference format, see `help-make-xrefs'."
(
defcustom
temp-buffer-resize-mode
nil
"Non-nil means resize windows displaying temporary buffers.
The window will be resized in order to fit its contents, subject to the
constraints that it will not be higher than `temp-buffer-max-height'
nor smaller than `window-min-height'.
This applies to `help', `apropos' and `completion' buffers and possibly others.
This makes the window the right height for its contents, but never
more than `temp-buffer-max-height' nor less than `window-min-height'.
This applies to `help', `apropos' and `completion' buffers, and some others.
This variable must be modified via \\[customize] in order to have an effect."
:get
(
lambda
(
symbol
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment