Skip to content

Commit c4d1697

Browse files
committed
; * lisp/help.el (view-lossage): Fix commentary. (Bug#35596)
1 parent 04f9e0b commit c4d1697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/help.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ To record all your input, use `open-dribble-file'."
480480
(while (not (eobp))
481481
(comment-indent)
482482
(forward-line 1)))
483-
;; jidanni wants to see the last keystrokes immediately.
483+
;; Show point near the end of "lossage", as we did in Emacs 24.
484484
(set-marker help-window-point-marker (point)))))
485485

486486

0 commit comments

Comments
 (0)