diff options
| author | Jim Blandy | 1992-07-13 19:54:34 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-07-13 19:54:34 +0000 |
| commit | 502b9b6441d9c3ce0fdc5f671447f30f11fb5afb (patch) | |
| tree | c053def82b81e846727ee840df463599703232ef /src/buffer.c | |
| parent | 1cbd5d9dc53c354c837c568a9da8fd180eed4d89 (diff) | |
| download | emacs-502b9b6441d9c3ce0fdc5f671447f30f11fb5afb.tar.gz emacs-502b9b6441d9c3ce0fdc5f671447f30f11fb5afb.zip | |
entered into RCS
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index ad70801e812..2bd7cc52e05 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -1455,7 +1455,7 @@ 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", ¤t_buffer->directory, | 1460 | DEFVAR_PER_BUFFER ("default-directory", ¤t_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\ |