(calc-solve-for): Use "Variable(s)" to prompt for variables.

This commit is contained in:
Jay Belanger 2005-03-25 21:28:15 +00:00
parent 132003351f
commit bba984aa3d
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-03-25 Jay Belanger <belanger@truman.edu>
* calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
for variables.
2005-03-25 Juri Linkov <juri@jurta.org>
* image-mode.el: Optimize image filename extension regexps in

View file

@ -149,7 +149,7 @@
(and step (list step)))))))
(defun calc-solve-for (var)
(interactive "sVariable to solve for: ")
(interactive "sVariable(s) to solve for: ")
(calc-slow-wrapper
(let ((func (if (calc-is-inverse)
(if (calc-is-hyperbolic) 'calcFunc-ffinv 'calcFunc-finv)