From: Eli Zaretskii Date: Wed, 8 May 2019 13:20:36 +0000 (+0300) Subject: ; * lisp/help.el (view-lossage): Fix commentary. (Bug#35596) X-Git-Tag: emacs-27.0.90~2940 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c4d1697f9a92cc90571dd3944af38726a31adb17;p=emacs.git ; * lisp/help.el (view-lossage): Fix commentary. (Bug#35596) --- diff --git a/lisp/help.el b/lisp/help.el index 4dfe471c106..2b7eca9363e 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -480,7 +480,7 @@ To record all your input, use `open-dribble-file'." (while (not (eobp)) (comment-indent) (forward-line 1))) - ;; jidanni wants to see the last keystrokes immediately. + ;; Show point near the end of "lossage", as we did in Emacs 24. (set-marker help-window-point-marker (point)))))