diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-10-05 22:28:23 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-10-05 22:28:23 +0000 |
commit | 8304a3bb773ccfdbdc88819049401b776371f1a0 (patch) | |
tree | 534ffac47bbdb1e3886bf393174034525d1b99a1 /lisp/help.el | |
parent | 4e1ede6c01245a650513a72a30eab1246a072a66 (diff) | |
download | emacs-8304a3bb773ccfdbdc88819049401b776371f1a0.tar.gz |
Missing paren.
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el index 7ebd131f6f7..22f5a82032e 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -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. |