1
Fork 0
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:
Jay Belanger 2004-09-17 17:07:07 +00:00
parent 1232b9cbde
commit def71c184c

View file

@ -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).