]> git.eshelyaron.com Git - emacs.git/commit
Make the goal column work for the scrolling commands, too
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 5 Jun 2022 19:35:56 +0000 (21:35 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 5 Jun 2022 19:35:56 +0000 (21:35 +0200)
commitbb9c899b07a6a7de3a04b65caa55f11fdc36908c
tree100e232f228c2069f50f3107d6661a38e6a8932c
parent8c00e21df220b7391ae2f86867419a882e4f1ce1
Make the goal column work for the scrolling commands, too

* doc/emacs/basic.texi (Moving Point): Document it.
* lisp/simple.el (set-goal-column): Update doc string.

* lisp/window.el (scroll-up-command, scroll-down-command): Make
the goal column take effect for these commands, too (bug#17346).
doc/emacs/basic.texi
etc/NEWS
lisp/simple.el
lisp/window.el