Mercurial > emacs
diff src/undo.c @ 40123:e528f2adeed4
Change doc-string comments to `new style' [w/`doc:' keyword].
| author | Pavel Jan?k <Pavel@Janik.cz> |
|---|---|
| date | Sun, 21 Oct 2001 12:13:46 +0000 |
| parents | 579177964efa |
| children | cdfd4d09b79a |
line wrap: on
line diff
--- a/src/undo.c Sun Oct 21 12:08:54 2001 +0000 +++ b/src/undo.c Sun Oct 21 12:13:46 2001 +0000 @@ -257,10 +257,10 @@ } DEFUN ("undo-boundary", Fundo_boundary, Sundo_boundary, 0, 0, 0, - "Mark a boundary between units of undo.\n\ -An undo command will stop at this point,\n\ -but another undo command will undo to the previous boundary.") - () + doc: /* Mark a boundary between units of undo. +An undo command will stop at this point, +but another undo command will undo to the previous boundary. */) + () { Lisp_Object tem; if (EQ (current_buffer->undo_list, Qt)) @@ -386,9 +386,9 @@ } DEFUN ("primitive-undo", Fprimitive_undo, Sprimitive_undo, 2, 2, 0, - "Undo N records from the front of the list LIST.\n\ -Return what remains of the list.") - (n, list) + doc: /* Undo N records from the front of the list LIST. +Return what remains of the list. */) + (n, list) Lisp_Object n, list; { struct gcpro gcpro1, gcpro2;
