# HG changeset patch # User Juanma Barranquero # Date 1182944009 0 # Node ID 88800d811c676ee6d38dbd959575007058de048c # Parent 44c8071ceb5708f8608499a2a6f3a24dfdb43ef2 (syms_of_buffer) : Fix typo in docstring. diff -r 44c8071ceb57 -r 88800d811c67 src/buffer.c --- a/src/buffer.c Wed Jun 27 00:37:28 2007 +0000 +++ b/src/buffer.c Wed Jun 27 11:33:29 2007 +0000 @@ -5652,8 +5652,8 @@ DEFVAR_PER_BUFFER ("selective-display", ¤t_buffer->selective_display, Qnil, doc: /* Non-nil enables selective display. -An Integer N as value means display only lines -that start with less than n columns of space. +An integer N as value means display only lines +that start with less than N columns of space. A value of t means that the character ^M makes itself and all the rest of the line invisible; also, when saving the buffer in a file, save the ^M as a newline. */);