diff --git a/markdown-pages/en/tidb/master/system-variables.md b/markdown-pages/en/tidb/master/system-variables.md
index 88dbdc9f7..e3e9da127 100644
--- a/markdown-pages/en/tidb/master/system-variables.md
+++ b/markdown-pages/en/tidb/master/system-variables.md
@@ -5040,7 +5040,7 @@ SHOW WARNINGS;
### tidb_read_consistency New in v5.4.0
- Scope: SESSION
-- Applies to hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value): Yes
+- Applies to hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value): Yes (Note that if [non-transactional DML statements](/non-transactional-dml.md) exist, modifying the value of this variable using hint might not take effect.)
- Type: String
- Default value: `strict`
- This variable is used to control the read consistency for an auto-commit read statement.
@@ -5050,7 +5050,7 @@ SHOW WARNINGS;
### tidb_read_staleness New in v5.4.0
- Scope: SESSION
-- Applies to hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value): Yes
+- Applies to hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value): No
- Type: Integer
- Default value: `0`
- Range: `[-2147483648, 0]`