; * src/buffer.h: Mention indirect buffers in 'buffer_window_count' comment
This commit is contained in:
@@ -1457,7 +1457,9 @@ BUF_FETCH_CHAR_AS_MULTIBYTE (struct buffer *buf, ptrdiff_t pos)
|
||||
: UNIBYTE_TO_CHAR (BUF_FETCH_BYTE (buf, pos)));
|
||||
}
|
||||
|
||||
/* Return number of windows showing B. */
|
||||
/* Return number of windows showing B or a buffer that has B as its base
|
||||
buffer. If B is an indirect buffer, this returns buffer_window_count
|
||||
of its base buffer. */
|
||||
|
||||
INLINE int
|
||||
buffer_window_count (struct buffer *b)
|
||||
|
||||
Reference in New Issue
Block a user