aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
authorKarl Heuer1998-02-27 21:55:01 +0000
committerKarl Heuer1998-02-27 21:55:01 +0000
commitf00008bc57ee23154ca8d3cd9543810eaf544a82 (patch)
treed1c80a6e93235e4aca46853b3e5fb02f0dabc7b6 /src/buffer.h
parentf2e6033d73ceebf4d889c9ba80529529bb2c07da (diff)
downloademacs-f00008bc57ee23154ca8d3cd9543810eaf544a82.tar.gz
emacs-f00008bc57ee23154ca8d3cd9543810eaf544a82.zip
Fix comment.
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/buffer.h b/src/buffer.h
index 0b775765fa9..a26e6325aac 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -694,9 +694,12 @@ extern struct buffer buffer_local_symbols;
694 buffer-local slots. If a slot contains Qnil, then the 694 buffer-local slots. If a slot contains Qnil, then the
695 corresponding buffer slot may contain a value of any type. If a 695 corresponding buffer slot may contain a value of any type. If a
696 slot contains an integer, then prospective values' tags must be 696 slot contains an integer, then prospective values' tags must be
697 equal to that integer. When a tag does not match, the function 697 equal to that integer (except nil is always allowed).
698 buffer_slot_type_mismatch will signal an error. The value Qnil may 698 When a tag does not match, the function
699 always be safely stored in any slot. */ 699 buffer_slot_type_mismatch will signal an error.
700
701 If a slot here contains -1, the corresponding variable is read-only. */
702
700extern struct buffer buffer_local_types; 703extern struct buffer buffer_local_types;
701 704
702extern void reset_buffer P_ ((struct buffer *)); 705extern void reset_buffer P_ ((struct buffer *));