diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-06-11 20:59:45 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-06-11 20:59:45 +0000 |
commit | 0d84b7a8e47ddbb58360295ee2980e7311e616ed (patch) | |
tree | 38ef61fa70d46a0e4247d04e2187a39cf6a969ed /src/dispnew.c | |
parent | e7f9c3bb73d76a681e0ccb4cb076a4b535b8db7f (diff) | |
download | emacs-0d84b7a8e47ddbb58360295ee2980e7311e616ed.tar.gz |
Comment update.
Diffstat (limited to 'src/dispnew.c')
-rw-r--r-- | src/dispnew.c | 7 |
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, |