Mercurial > emacs
changeset 63263:da07af5f7e77
(vcursor-copy-line): Fix spellings in docstrings.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 10 Jun 2005 14:09:18 +0000 |
parents | 10744649cbb8 |
children | 5b60124f1c0a |
files | lisp/vcursor.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vcursor.el Fri Jun 10 14:08:47 2005 +0000 +++ b/lisp/vcursor.el Fri Jun 10 14:09:18 2005 +0000 @@ -1116,7 +1116,7 @@ "Copy up to ARGth line after virtual cursor position. With no argument, copy to the end of the current line. -Behaviour with regard to newlines is similar (but not identical) to +Behavior with regard to newlines is similar (but not identical) to `kill-line'; the main difference is that whitespace at the end of the line is treated like ordinary characters."