summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-05-23 19:20:43 +0000
committerKarl Heuer <kwzh@gnu.org>1996-05-23 19:20:43 +0000
commitfa239be7bb7b7acca1171f2b011a8627fecc4ea7 (patch)
tree5d2ffdb2216568816cd26b884b90f19f9e02b3fc
parentab1adb5a5d9f91ebd213bed78ab01a7f804b7a52 (diff)
downloademacs-fa239be7bb7b7acca1171f2b011a8627fecc4ea7.tar.gz
Comment fix.
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index abe7499f98f..aa9138a4bad 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -5129,7 +5129,7 @@ menu_bar_items (old)
}
}
- /* Add nil, nil, nil at the end. */
+ /* Add nil, nil, nil, nil at the end. */
i = menu_bar_items_index;
if (i + 4 > XVECTOR (menu_bar_items_vector)->size)
{