# HG changeset patch # User Juanma Barranquero # Date 1182944272 0 # Node ID 69559cc5606fefb0b4348a8b2b16f6208d223efa # Parent c69d7ccbd090ed29f5ee0a5a7abc7d361d6e9349 (syms_of_buffer) : Fix typo in docstring. diff -r c69d7ccbd090 -r 69559cc5606f src/buffer.c --- a/src/buffer.c Tue Jun 26 03:29:25 2007 +0000 +++ b/src/buffer.c Wed Jun 27 11:37:52 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. */);