diff options
| author | Paul Eggert | 2013-12-01 14:33:13 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-12-01 14:33:13 -0800 |
| commit | f224e5002292f7b9b9347147d4b5af913fed516a (patch) | |
| tree | d48239f853e7eedcda8a8f86a044b2a8004fcd1d /src/buffer.h | |
| parent | 75b09539a4b4e62818d65cb0773587d8a2ac615f (diff) | |
| download | emacs-f224e5002292f7b9b9347147d4b5af913fed516a.tar.gz emacs-f224e5002292f7b9b9347147d4b5af913fed516a.zip | |
Spelling and punctuation fixes.
Diffstat (limited to 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h index 586090fbe88..10d5fdc23e0 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -741,7 +741,7 @@ struct buffer | |||
| 741 | Lisp_Object INTERNAL_FIELD (cursor_in_non_selected_windows); | 741 | Lisp_Object INTERNAL_FIELD (cursor_in_non_selected_windows); |
| 742 | 742 | ||
| 743 | /* No more Lisp_Object beyond this point. Except undo_list, | 743 | /* No more Lisp_Object beyond this point. Except undo_list, |
| 744 | which is handled specially in Fgarbage_collect . */ | 744 | which is handled specially in Fgarbage_collect. */ |
| 745 | 745 | ||
| 746 | /* This structure holds the coordinates of the buffer contents | 746 | /* This structure holds the coordinates of the buffer contents |
| 747 | in ordinary buffers. In indirect buffers, this is not used. */ | 747 | in ordinary buffers. In indirect buffers, this is not used. */ |