aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-02-21 02:37:01 +0000
committerRichard M. Stallman2001-02-21 02:37:01 +0000
commit57f43907ddb7fce2fbaa893a94b44a40932163e7 (patch)
tree3fd394f420406b2c9c065cc4e1048fb7887922a5
parentaf1bb22d6a9c10bf0035c495b1cdda425db8a462 (diff)
downloademacs-57f43907ddb7fce2fbaa893a94b44a40932163e7.tar.gz
emacs-57f43907ddb7fce2fbaa893a94b44a40932163e7.zip
Comment changes.
-rw-r--r--lisp/help.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/help.el b/lisp/help.el
index 982d007676d..2235141eb35 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -140,8 +140,6 @@ Commands:
140 (view-mode) 140 (view-mode)
141 (make-local-variable 'view-no-disable-on-exit) 141 (make-local-variable 'view-no-disable-on-exit)
142 (setq view-no-disable-on-exit t) 142 (setq view-no-disable-on-exit t)
143 ;; `help-make-xrefs' would be run here if not invoked from
144 ;; `help-mode-maybe'.
145 (run-hooks 'help-mode-hook)) 143 (run-hooks 'help-mode-hook))
146 144
147(defun help-mode-setup () 145(defun help-mode-setup ()
@@ -1458,7 +1456,7 @@ more than `temp-buffer-max-height' nor less than `window-min-height'.
1458This applies to `help', `apropos' and `completion' buffers, and some others." 1456This applies to `help', `apropos' and `completion' buffers, and some others."
1459 nil nil nil :global t :group 'help 1457 nil nil nil :global t :group 'help
1460 (if temp-buffer-resize-mode 1458 (if temp-buffer-resize-mode
1461 ;; `help-mode-maybe' may add a `back' button and thus increase the 1459 ;; `help-make-xrefs' may add a `back' button and thus increase the
1462 ;; text size, so `resize-temp-buffer-window' must be run *after* it. 1460 ;; text size, so `resize-temp-buffer-window' must be run *after* it.
1463 (add-hook 'temp-buffer-show-hook 'resize-temp-buffer-window 'append) 1461 (add-hook 'temp-buffer-show-hook 'resize-temp-buffer-window 'append)
1464 (remove-hook 'temp-buffer-show-hook 'resize-temp-buffer-window))) 1462 (remove-hook 'temp-buffer-show-hook 'resize-temp-buffer-window)))