diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-12-01 14:33:13 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-12-01 14:33:13 -0800 |
commit | f224e5002292f7b9b9347147d4b5af913fed516a (patch) | |
tree | d48239f853e7eedcda8a8f86a044b2a8004fcd1d /src/buffer.h | |
parent | 75b09539a4b4e62818d65cb0773587d8a2ac615f (diff) | |
download | emacs-f224e5002292f7b9b9347147d4b5af913fed516a.tar.gz |
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 Lisp_Object INTERNAL_FIELD (cursor_in_non_selected_windows); /* No more Lisp_Object beyond this point. Except undo_list, - which is handled specially in Fgarbage_collect . */ + which is handled specially in Fgarbage_collect. */ /* This structure holds the coordinates of the buffer contents in ordinary buffers. In indirect buffers, this is not used. */ |