summaryrefslogtreecommitdiff
path: root/src/dispnew.c
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-06-11 20:59:45 +0000
committerKarl Heuer <kwzh@gnu.org>1995-06-11 20:59:45 +0000
commit6f7bbf795021f2dbdaecfc7de4ab12f67b6f44e0 (patch)
tree4632e789b284fd23a24d04bc94ec3b3da83dd5fe /src/dispnew.c
parent9382638d7b82cdaafa66974624cea1dbc994fed0 (diff)
downloademacs-6f7bbf795021f2dbdaecfc7de4ab12f67b6f44e0.tar.gz
Comment update.
Diffstat (limited to 'src/dispnew.c')
-rw-r--r--src/dispnew.c7
1 files 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,