From 6f7bbf795021f2dbdaecfc7de4ab12f67b6f44e0 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sun, 11 Jun 1995 20:59:45 +0000 Subject: [PATCH] Comment update. --- src/dispnew.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/dispnew.c b/src/dispnew.c index a09d9273e61..48d5fd04f3d 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -1901,9 +1901,10 @@ update_line (frame, vpos) current_frame->charstarts[vpos] = temp1; } -/* A vector of size >= NFRAMES + 3 * NBUFFERS + 1, containing the session's - frames, buffers, buffer-read-only flags, and buffer-modified-flags, - and a trailing sentinel (so we don't need to add length checks). */ +/* A vector of size >= 2 * NFRAMES + 3 * NBUFFERS + 1, containing the + session's frames, frame names, buffers, buffer-read-only flags, and + buffer-modified-flags, and a trailing sentinel (so we don't need to + add length checks). */ static Lisp_Object frame_and_buffer_state; DEFUN ("frame-or-buffer-changed-p", Fframe_or_buffer_changed_p, -- 2.39.2