diff options
Diffstat (limited to 'lisp/windmove.el')
-rw-r--r-- | lisp/windmove.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/windmove.el b/lisp/windmove.el index b573000fd7b..f8de303fffb 100644 --- a/lisp/windmove.el +++ b/lisp/windmove.el @@ -425,7 +425,7 @@ supplied, if ARG is greater or smaller than zero, respectively." top-left ;; Don't care whether window is horizontally scrolled - ;; `posn-at-point' handles that already. See also: - ;; https://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00638.html + ;; https://lists.gnu.org/r/emacs-devel/2012-01/msg00638.html (posn-col-row (posn-at-point (window-point window) window)))))))) |