# HG changeset patch # User Richard M. Stallman # Date 982723021 0 # Node ID c96d6054a03e25361328c65ac8dd5448684c031c # Parent 5950691911d46258b0142ff164f136631c76deb5 Comment changes. diff -r 5950691911d4 -r c96d6054a03e lisp/help.el --- 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)))