diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-06-10 14:09:18 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-06-10 14:09:18 +0000 |
commit | 491a5bba5e5b09ef873100ad3106d692d5c6929b (patch) | |
tree | 5ffe7a37f14cd17da794fa817095ddc7d001738e /lisp/vcursor.el | |
parent | aa40646530a80f7ccaba81e22ba8a43ea38b1eb3 (diff) | |
download | emacs-491a5bba5e5b09ef873100ad3106d692d5c6929b.tar.gz |
(vcursor-copy-line): Fix spellings in docstrings.
Diffstat (limited to 'lisp/vcursor.el')
-rw-r--r-- | lisp/vcursor.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." |