Mercurial > emacs
comparison src/buffer.c @ 36626:c9ab48ddfcfe
(syms_of_buffer) <header-line-format>: Doc fix.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Wed, 07 Mar 2001 14:14:58 +0000 |
| parents | 1f80152aeddc |
| children | c2640df9b55b |
comparison
equal
deleted
inserted
replaced
| 36625:08aed53e171c | 36626:c9ab48ddfcfe |
|---|---|
| 5042 'scroll-down-aggressively)."); | 5042 'scroll-down-aggressively)."); |
| 5043 | 5043 |
| 5044 DEFVAR_PER_BUFFER ("header-line-format", | 5044 DEFVAR_PER_BUFFER ("header-line-format", |
| 5045 ¤t_buffer->header_line_format, | 5045 ¤t_buffer->header_line_format, |
| 5046 Qnil, | 5046 Qnil, |
| 5047 "Analogous to `mode-line-format', but for a mode line displayed\n\ | 5047 "Analogous to `mode-line-format', but for the mode line that can be\n\ |
| 5048 at the top of windows."); | 5048 displayed at the top of a window."); |
| 5049 | 5049 |
| 5050 DEFVAR_PER_BUFFER ("mode-line-format", ¤t_buffer->mode_line_format, | 5050 DEFVAR_PER_BUFFER ("mode-line-format", ¤t_buffer->mode_line_format, |
| 5051 Qnil, 0); | 5051 Qnil, 0); |
| 5052 | 5052 |
| 5053 /* This doc string is too long for cpp; cpp dies if it isn't in a comment. | 5053 /* This doc string is too long for cpp; cpp dies if it isn't in a comment. |
