aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/buffer.h b/src/buffer.h
index 205bf86587..b3f131a46c 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -664,9 +664,9 @@ struct buffer
/* Non-nil means set beginning of lines at the right edge of
windows. */
Lisp_Object direction_reversed;
- /* If non-nil, specifies which direction of text to force in each
- paragraph. Nil means determine paragraph direction dynamically
- for each paragraph. */
+ /* If non-nil, specifies which direction of text to force in all the
+ paragraphs of the buffer. Nil means determine paragraph
+ direction dynamically for each paragraph. */
Lisp_Object paragraph_direction;
/* Non-nil means do selective display;
see doc string in syms_of_buffer (buffer.c) for details. */