aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2000-10-05 22:28:23 +0000
committerStefan Monnier2000-10-05 22:28:23 +0000
commit8304a3bb773ccfdbdc88819049401b776371f1a0 (patch)
tree534ffac47bbdb1e3886bf393174034525d1b99a1
parent4e1ede6c01245a650513a72a30eab1246a072a66 (diff)
downloademacs-8304a3bb773ccfdbdc88819049401b776371f1a0.tar.gz
emacs-8304a3bb773ccfdbdc88819049401b776371f1a0.zip
Missing paren.
-rw-r--r--lisp/help.el2
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."
1452 ;; `help-mode-maybe' may add a `back' button and thus increase the 1452 ;; `help-mode-maybe' may add a `back' button and thus increase the
1453 ;; text size, so `resize-temp-buffer-window' must be run *after* it. 1453 ;; text size, so `resize-temp-buffer-window' must be run *after* it.
1454 (add-hook 'temp-buffer-show-hook 'resize-temp-buffer-window 'append) 1454 (add-hook 'temp-buffer-show-hook 'resize-temp-buffer-window 'append)
1455 (remove-hook 'temp-buffer-show-hook 'resize-temp-buffer-window)))) 1455 (remove-hook 'temp-buffer-show-hook 'resize-temp-buffer-window)))
1456 1456
1457(defun resize-temp-buffer-window () 1457(defun resize-temp-buffer-window ()
1458 "Resize the current window to fit its contents. 1458 "Resize the current window to fit its contents.