comparison src/buffer.c @ 764:bb24f1180bb6

entered into RCS
author Jim Blandy <jimb@redhat.com>
date Mon, 13 Jul 1992 19:54:34 +0000
parents 0bb85f26b79c
children c1ebe69206df
comparison
equal deleted inserted replaced
763:f2efaa0394de 764:bb24f1180bb6
1453 give each line of text one screen line.\n\ 1453 give each line of text one screen line.\n\
1454 Automatically becomes buffer-local when set in any fashion.\n\ 1454 Automatically becomes buffer-local when set in any fashion.\n\
1455 \n\ 1455 \n\
1456 Note that this is overridden by the variable\n\ 1456 Note that this is overridden by the variable\n\
1457 `truncate-partial-width-windows' if that variable is non-nil\n\ 1457 `truncate-partial-width-windows' if that variable is non-nil\n\
1458 and this buffer is not full-screen width."); 1458 and this buffer is not full-frame width.");
1459 1459
1460 DEFVAR_PER_BUFFER ("default-directory", &current_buffer->directory, 1460 DEFVAR_PER_BUFFER ("default-directory", &current_buffer->directory,
1461 "Name of default directory of current buffer. Should end with slash.\n\ 1461 "Name of default directory of current buffer. Should end with slash.\n\
1462 Each buffer has its own value of this variable."); 1462 Each buffer has its own value of this variable.");
1463 1463