From: Juanma Barranquero Date: Fri, 10 Jun 2005 14:09:18 +0000 (+0000) Subject: (vcursor-copy-line): Fix spellings in docstrings. X-Git-Tag: emacs-pretest-22.0.90~9087 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=491a5bba5e5b09ef873100ad3106d692d5c6929b;p=emacs.git (vcursor-copy-line): Fix spellings in docstrings. --- diff --git a/lisp/vcursor.el b/lisp/vcursor.el index 4de92f02f0b..ac04603dbf8 100644 --- a/lisp/vcursor.el +++ b/lisp/vcursor.el @@ -1116,7 +1116,7 @@ is called interactively, so prefix argument etc. are usable." "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."