mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
(calc-mode-var-list): Fixed the value of `calc-matrix-brackets'.
This commit is contained in:
parent
1232b9cbde
commit
def71c184c
1 changed files with 1 additions and 1 deletions
|
|
@ -447,7 +447,7 @@ If `center', vector elements are centered.")
|
|||
(calc-vector-brackets "[]"
|
||||
"If non-nil, surround displayed vectors with these characters.")
|
||||
|
||||
(calc-matrix-brackets '(R O)
|
||||
(calc-matrix-brackets (R O)
|
||||
"A list of code-letter symbols that control \"big\" matrix display.
|
||||
If `R' is present, display inner brackets for matrices.
|
||||
If `O' is present, display outer brackets for matrices (above/below).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue