emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master c4d1697: ; * lisp/help.el (view-lossage): Fix comme


From: Eli Zaretskii
Subject: [Emacs-diffs] master c4d1697: ; * lisp/help.el (view-lossage): Fix commentary. (Bug#35596)
Date: Wed, 8 May 2019 09:21:54 -0400 (EDT)

branch: master
commit c4d1697f9a92cc90571dd3944af38726a31adb17
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * lisp/help.el (view-lossage): Fix commentary.  (Bug#35596)
---
 lisp/help.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/help.el b/lisp/help.el
index 4dfe471..2b7eca9 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)))))
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]