]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/help.el (view-lossage): Fix commentary. (Bug#35596)
authorEli Zaretskii <eliz@gnu.org>
Wed, 8 May 2019 13:20:36 +0000 (16:20 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 8 May 2019 13:20:36 +0000 (16:20 +0300)
lisp/help.el

index 4dfe471c1067b57b23ea6ce85fd116cde4743841..2b7eca9363e67f0ef73aa894eb4b83c72770e505 100644 (file)
@@ -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)))))
 
 \f