diff options
Diffstat (limited to 'src/undo.c')
| -rw-r--r-- | src/undo.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/undo.c b/src/undo.c index d11cd6f5570..b310133900c 100644 --- a/src/undo.c +++ b/src/undo.c | |||
| @@ -270,7 +270,7 @@ record_property_change (EMACS_INT beg, EMACS_INT length, | |||
| 270 | current_buffer = obuf; | 270 | current_buffer = obuf; |
| 271 | } | 271 | } |
| 272 | 272 | ||
| 273 | DEFUN ("undo-boundary", Fundo_boundary, Sundo_boundary, 0, 0, 0, | 273 | DEFUE ("undo-boundary", Fundo_boundary, Sundo_boundary, 0, 0, 0, |
| 274 | doc: /* Mark a boundary between units of undo. | 274 | doc: /* Mark a boundary between units of undo. |
| 275 | An undo command will stop at this point, | 275 | An undo command will stop at this point, |
| 276 | but another undo command will undo to the previous boundary. */) | 276 | but another undo command will undo to the previous boundary. */) |
| @@ -711,4 +711,3 @@ so it must make sure not to do a lot of consing. */); | |||
| 711 | doc: /* Non-nil means do not record `point' in `buffer-undo-list'. */); | 711 | doc: /* Non-nil means do not record `point' in `buffer-undo-list'. */); |
| 712 | undo_inhibit_record_point = 0; | 712 | undo_inhibit_record_point = 0; |
| 713 | } | 713 | } |
| 714 | |||