Mercurial > emacs
changeset 57121:e7e9f0ab8734
(calc-mode-var-list): Fixed the value of `calc-matrix-brackets'.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Fri, 17 Sep 2004 17:07:07 +0000 |
parents | 55b7f2525e92 |
children | 9ed9ca556fb6 |
files | lisp/calc/calc.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc.el Fri Sep 17 09:26:42 2004 +0000 +++ b/lisp/calc/calc.el Fri Sep 17 17:07:07 2004 +0000 @@ -447,7 +447,7 @@ (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).