diff options
author | lum <lum@cvs.openbsd.org> | 2013-06-01 10:17:02 +0000 |
---|---|---|
committer | lum <lum@cvs.openbsd.org> | 2013-06-01 10:17:02 +0000 |
commit | 31b7972c49284edd1307dc859e89db05ad866160 (patch) | |
tree | 5281658b94607aedb55b16e06f61ad16fd9d7163 /usr.bin/mg | |
parent | 68aee1affc9e9f623b3824770f05f34d7c2fe60a (diff) |
The k*() functions were moved to yank.c in 2005. Update the comment to
reflect this.
Diffstat (limited to 'usr.bin/mg')
-rw-r--r-- | usr.bin/mg/line.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/mg/line.c b/usr.bin/mg/line.c index bafd64f5569..3b8ec8929b6 100644 --- a/usr.bin/mg/line.c +++ b/usr.bin/mg/line.c @@ -1,4 +1,4 @@ -/* $OpenBSD: line.c,v 1.50 2011/01/18 16:28:00 kjell Exp $ */ +/* $OpenBSD: line.c,v 1.51 2013/06/01 10:17:01 lum Exp $ */ /* This file is in the public domain. */ @@ -8,8 +8,7 @@ * The functions in this file are a general set of line management * utilities. They are the only routines that touch the text. They * also touch the buffer and window structures to make sure that the - * necessary updating gets done. There are routines in this file that - * handle the kill buffer too. It isn't here for any good reason. + * necessary updating gets done. * * Note that this code only updates the dot and mark values in the window * list. Since all the code acts on the current window, the buffer that |