diff options
author | Eli Zaretskii <eliz@gnu.org> | 2019-05-08 16:20:36 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2019-05-08 16:20:36 +0300 |
commit | c4d1697f9a92cc90571dd3944af38726a31adb17 (patch) | |
tree | 435a45c0b3694be943cfaa3ac37e1f0064cbed66 /lisp/help.el | |
parent | 04f9e0b516ea70ac674f0c0ac2fe779630503a3f (diff) | |
download | emacs-c4d1697f9a92cc90571dd3944af38726a31adb17.tar.gz |
; * lisp/help.el (view-lossage): Fix commentary. (Bug#35596)
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 2 |
1 files changed, 1 insertions, 1 deletions
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))))) |