diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-09-28 01:14:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-09-28 01:14:03 +0000 |
commit | a28ffdd19696508fd5661847bfddc7076accd6e5 (patch) | |
tree | 0cc14fd7f44393e713151440df59a65b1fcd8120 /usr.bin | |
parent | e8e356d4165a870bf2be0c21d03b41d6e0005b97 (diff) |
doc that undo is a teeny bit different
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/mg/mg.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.bin/mg/mg.1 b/usr.bin/mg/mg.1 index 2bb7a930c84..500f65105e9 100644 --- a/usr.bin/mg/mg.1 +++ b/usr.bin/mg/mg.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mg.1,v 1.13 2002/05/10 19:53:18 deraadt Exp $ +.\" $OpenBSD: mg.1,v 1.14 2002/09/28 01:14:02 deraadt Exp $ .\" .Dd February 25, 2000 .Dt MG 1 @@ -165,3 +165,9 @@ this buffer goes away the next time you type a real command. In .Nm mg , you must use "^X-1" to get rid of it. +.Pp +The undo feature has a minor difference compared to the same feature in +Gnu Emacs. When the end of the undo records list is reached, +.Nm mg +will not stop and inform the user for one undo keystroke before continuing. + |