diff options
Diffstat (limited to 'usr.bin/mg/buffer.c')
-rw-r--r-- | usr.bin/mg/buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/buffer.c b/usr.bin/mg/buffer.c index e1e3da2b2cf..256ef563297 100644 --- a/usr.bin/mg/buffer.c +++ b/usr.bin/mg/buffer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: buffer.c,v 1.105 2018/12/13 14:59:16 lum Exp $ */ +/* $OpenBSD: buffer.c,v 1.106 2019/06/22 15:38:15 lum Exp $ */ /* This file is in the public domain. */ @@ -292,7 +292,7 @@ static struct KEYMAPE (2) listbufmap = { * in two parts. The "makelist" routine figures out * the text, and puts it in a buffer. "popbuf" * then pops the data onto the screen. Bound to - * "C-X C-B". + * "C-x C-b". */ /* ARGSUSED */ int |