# HG changeset patch # User Eli Zaretskii # Date 994433639 0 # Node ID ac415468cd09d1e44504b1f956fa6ef9af9cf916 # Parent 68e7d7aae7a6dfb0bdc37f6ea5dbd7d5f9d6fc6b (syms_of_buffer) [if 0]: Avoid a warning from GCC 3.0. diff -r 68e7d7aae7a6 -r ac415468cd09 src/buffer.c --- a/src/buffer.c Fri Jul 06 15:33:36 2001 +0000 +++ b/src/buffer.c Fri Jul 06 15:33:59 2001 +0000 @@ -5319,7 +5319,7 @@ \n\ If this variable is nil, the value of `standard-display-table' is used.\n\ Each window can have its own, overriding display table, see\n\ -`set-window-display-table' and `window-display-table'. +`set-window-display-table' and `window-display-table'.\n\ \n\ The display table is a char-table created with `make-display-table'.\n\ A char-table is an array indexed by character codes. Normal array\n\