Mercurial > emacs
diff lisp/help.el @ 36249:c96d6054a03e
Comment changes.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 21 Feb 2001 02:37:01 +0000 |
parents | f5e1761e4c75 |
children | ab9c82e64020 |
line wrap: on
line diff
--- a/lisp/help.el Wed Feb 21 00:02:32 2001 +0000 +++ b/lisp/help.el Wed Feb 21 02:37:01 2001 +0000 @@ -140,8 +140,6 @@ (view-mode) (make-local-variable 'view-no-disable-on-exit) (setq view-no-disable-on-exit t) - ;; `help-make-xrefs' would be run here if not invoked from - ;; `help-mode-maybe'. (run-hooks 'help-mode-hook)) (defun help-mode-setup () @@ -1458,7 +1456,7 @@ This applies to `help', `apropos' and `completion' buffers, and some others." nil nil nil :global t :group 'help (if temp-buffer-resize-mode - ;; `help-mode-maybe' may add a `back' button and thus increase the + ;; `help-make-xrefs' 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)))