diff --git a/docs.html b/docs.html
index 58a86086..2a6d0bb6 100644
--- a/docs.html
+++ b/docs.html
@@ -4178,7 +4178,7 @@ Read/write access to a diagonal in a matrix
The argument k specifies the diagonal to use:
-- k = 0 indicates the main diagonal
+- k = 0 indicates the main diagonal (default setting)
- k < 0 indicates the k-th sub-diagonal (below main diagonal, towards bottom-left corner)
- k > 0 indicates the k-th super-diagonal (above main diagonal, towards top-right corner)
@@ -9088,7 +9088,7 @@ Given matrix X:
The argument k specifies the diagonal to use:
-- k = 0 indicates the main diagonal
+- k = 0 indicates the main diagonal (default setting)
- k < 0 indicates the k-th sub-diagonal (below main diagonal, towards bottom-left corner)
- k > 0 indicates the k-th super-diagonal (above main diagonal, towards top-right corner)
@@ -9141,7 +9141,7 @@ Extract the k-th diagonal from matrix X
The argument k specifies the diagonal to extract:
-- k = 0 indicates the main diagonal
+- k = 0 indicates the main diagonal (default setting)
- k < 0 indicates the k-th sub-diagonal (below main diagonal, towards bottom-left corner)
- k > 0 indicates the k-th super-diagonal (above main diagonal, towards top-right corner)