summaryrefslogtreecommitdiff
path: root/src/buffer.h
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>1999-09-05 16:39:19 +0000
committerGerd Moellmann <gerd@gnu.org>1999-09-05 16:39:19 +0000
commit215620ff1cb1c7a41f5bbedfaffe89249d3bba3a (patch)
treed53144688c7577407ca4b89d07727decb8480009 /src/buffer.h
parent546dbd110944bd904b7727d765a1d92a7da35184 (diff)
downloademacs-215620ff1cb1c7a41f5bbedfaffe89249d3bba3a.tar.gz
Change
`top-line' and `top_line' to `header-line' and `header_line'. Likewise for similar spellings.
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h
index eab6d79aef9..377bc0aff8e 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -587,7 +587,7 @@ struct buffer
/* Analogous to mode_line_format for the line displayed at the top
of windows. Nil means don't display that line. */
- Lisp_Object top_line_format;
+ Lisp_Object header_line_format;
/* Keys that are bound local to this buffer. */
Lisp_Object keymap;