Mercurial > emacs
comparison src/buffer.c @ 39087:7eeeae13a5ef
(syms_of_buffer): Doc fix.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Mon, 03 Sep 2001 08:03:53 +0000 |
| parents | ac415468cd09 |
| children | 7af35736264f |
comparison
equal
deleted
inserted
replaced
| 39086:57c4dfabffa8 | 39087:7eeeae13a5ef |
|---|---|
| 5236 #endif | 5236 #endif |
| 5237 | 5237 |
| 5238 DEFVAR_PER_BUFFER ("default-directory", ¤t_buffer->directory, | 5238 DEFVAR_PER_BUFFER ("default-directory", ¤t_buffer->directory, |
| 5239 make_number (Lisp_String), | 5239 make_number (Lisp_String), |
| 5240 "Name of default directory of current buffer. Should end with slash.\n\ | 5240 "Name of default directory of current buffer. Should end with slash.\n\ |
| 5241 Each buffer has its own value of this variable."); | 5241 Each buffer has its own value of this variable. To change the\n\ |
| 5242 default directory, use function `cd'."); | |
| 5242 | 5243 |
| 5243 DEFVAR_PER_BUFFER ("auto-fill-function", ¤t_buffer->auto_fill_function, | 5244 DEFVAR_PER_BUFFER ("auto-fill-function", ¤t_buffer->auto_fill_function, |
| 5244 Qnil, | 5245 Qnil, |
| 5245 "Function called (if non-nil) to perform auto-fill.\n\ | 5246 "Function called (if non-nil) to perform auto-fill.\n\ |
| 5246 It is called after self-inserting any character specified in\n\ | 5247 It is called after self-inserting any character specified in\n\ |
