summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-08-18 01:52:19 +0000
committerRichard M. Stallman <rms@gnu.org>2006-08-18 01:52:19 +0000
commit017e297ea90933bfde94de5f90f9f9260ff032e8 (patch)
tree4f22122c919c22f297c05738589332db2a1770d8 /src
parentd46c6df554b71c54ed9b66122f90d79ef66f1d63 (diff)
Comment change.
Diffstat (limited to 'src')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 47c47fe0f51..ba8a541e779 100644
--- a/src/window.c
+++ b/src/window.c
@@ -6657,7 +6657,7 @@ display marginal areas and the text area. */)
if (!NILP (right_width))
CHECK_NATNUM (right_width);
- /* Do nothing on a tty. */
+ /* Do nothing on a tty. */
if (FRAME_WINDOW_P (WINDOW_XFRAME (w))
&& (!EQ (w->left_fringe_width, left_width)
|| !EQ (w->right_fringe_width, right_width)