diff --git a/modules/block/block.module b/modules/block/block.module
index 5da53f55d75..7b5c52bcdb3 100644
--- a/modules/block/block.module
+++ b/modules/block/block.module
@@ -19,8 +19,8 @@ function block_help($section) {
$output .= '
'. t('The block administration screen lets you specify the vertical placement of the blocks within a region. You do this by assigning a weight to each block. Lighter blocks (those having a smaller weight) "float up" towards the top of the region; heavier ones "sink".') .'
';
$output .= t("A block's visibility depends on:
-- Its enabled checkbox. Disabled blocks are never shown.
-- Its throttle checkbox. Throttled blocks are hidden during high server loads.
+- Its region placement. Blocks with no region assigned to them are never shown.
+- Its throttle checkbox when throttle module is enabled. Throttled blocks are hidden during high server loads.
- Its page visibility settings. Blocks can be configured to be visible/hidden on certain pages.
- Its custom visibility settings. Blocks can be configured to be visible only when specific conditions are true.
- Its user visibility settings. Administrators can choose to let users decide whether to show/hide certain blocks.