Mercurial > emacs
diff src/undo.c @ 970:47f6041d85e6
Doc fix.
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Wed, 12 Aug 1992 14:19:39 +0000 |
| parents | 4dffad9d353d |
| children | 68c77558d34b |
line wrap: on
line diff
--- a/src/undo.c Wed Aug 12 14:18:28 1992 +0000 +++ b/src/undo.c Wed Aug 12 14:19:39 1992 +0000 @@ -154,7 +154,8 @@ If the first element is an undo boundary, skip past it. Skip, skip, skip the undo, skip, skip, skip the undo, - Skip, skip, skip the undo, skip to the undo bound'ry. */ + Skip, skip, skip the undo, skip to the undo bound'ry. + (Get it? "Skip to my Loo?") */ if (XTYPE (next) == Lisp_Cons && XCONS (next)->car == Qnil) {
