diff options
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." | |||
| 1116 | "Copy up to ARGth line after virtual cursor position. | 1116 | "Copy up to ARGth line after virtual cursor position. |
| 1117 | With no argument, copy to the end of the current line. | 1117 | With no argument, copy to the end of the current line. |
| 1118 | 1118 | ||
| 1119 | Behaviour with regard to newlines is similar (but not identical) to | 1119 | Behavior with regard to newlines is similar (but not identical) to |
| 1120 | `kill-line'; the main difference is that whitespace at the end of the | 1120 | `kill-line'; the main difference is that whitespace at the end of the |
| 1121 | line is treated like ordinary characters." | 1121 | line is treated like ordinary characters." |
| 1122 | 1122 | ||