Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8304a3bb
Commit
8304a3bb
authored
Oct 05, 2000
by
Stefan Monnier
Browse files
Missing paren.
parent
4e1ede6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/help.el
lisp/help.el
+1
-1
No files found.
lisp/help.el
View file @
8304a3bb
...
...
@@ -1452,7 +1452,7 @@ This applies to `help', `apropos' and `completion' buffers, and some others."
;; `help-mode-maybe' may add a `back' button and thus increase the
;; text size, so `resize-temp-buffer-window' must be run *after* it.
(
add-hook
'temp-buffer-show-hook
'resize-temp-buffer-window
'append
)
(
remove-hook
'temp-buffer-show-hook
'resize-temp-buffer-window
)))
)
(
remove-hook
'temp-buffer-show-hook
'resize-temp-buffer-window
)))
(
defun
resize-temp-buffer-window
()
"Resize the current window to fit its contents.
...
...
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