From 8304a3bb773ccfdbdc88819049401b776371f1a0 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 5 Oct 2000 22:28:23 +0000 Subject: [PATCH] Missing paren. --- lisp/help.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2