diff options
| -rw-r--r-- | lisp/calc/calc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index d3e00a7a5a1..e5be38ba384 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el | |||
| @@ -447,7 +447,7 @@ If `center', vector elements are centered.") | |||
| 447 | (calc-vector-brackets "[]" | 447 | (calc-vector-brackets "[]" |
| 448 | "If non-nil, surround displayed vectors with these characters.") | 448 | "If non-nil, surround displayed vectors with these characters.") |
| 449 | 449 | ||
| 450 | (calc-matrix-brackets '(R O) | 450 | (calc-matrix-brackets (R O) |
| 451 | "A list of code-letter symbols that control \"big\" matrix display. | 451 | "A list of code-letter symbols that control \"big\" matrix display. |
| 452 | If `R' is present, display inner brackets for matrices. | 452 | If `R' is present, display inner brackets for matrices. |
| 453 | If `O' is present, display outer brackets for matrices (above/below). | 453 | If `O' is present, display outer brackets for matrices (above/below). |