]> git.eshelyaron.com Git - emacs.git/commit
Fix 'kill-visual-line'
authorEli Zaretskii <eliz@gnu.org>
Fri, 15 Jan 2021 08:12:09 +0000 (10:12 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 15 Jan 2021 08:12:09 +0000 (10:12 +0200)
commitb4b98a044b4c40e78500d39e805427873b5e4bd7
tree4464bfa738ba9609f1ce089c873ddce177882e7f
parent65d22bf188438c6e16bd42056256f3d7e06c2e95
Fix 'kill-visual-line'

* lisp/simple.el (kill-whole-line): Mention in the doc string that
this option affects 'kill-visual-line' as well.
(kill-visual-line): Improve the doc string.  Delete the character
at which the line was wrapped under 'visual-line-mode'.  Don't
indiscriminately delete whitespace following the wrap point.
(Bug#45837)
lisp/simple.el