diff options
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 f39e3d33185..d1a3e50d7cf 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -871,7 +871,7 @@ struct buffer | |||
| 871 | }; | 871 | }; |
| 872 | 872 | ||
| 873 | /* Most code should use these functions to set Lisp fields in struct | 873 | /* Most code should use these functions to set Lisp fields in struct |
| 874 | buffer. (Some setters that are priviate to a single .c file are | 874 | buffer. (Some setters that are private to a single .c file are |
| 875 | defined as static in those files.) */ | 875 | defined as static in those files.) */ |
| 876 | INLINE void | 876 | INLINE void |
| 877 | bset_bidi_paragraph_direction (struct buffer *b, Lisp_Object val) | 877 | bset_bidi_paragraph_direction (struct buffer *b, Lisp_Object val) |