comparison lisp/calc/calc-units.el @ 99738:f84e322e603e

(math-additional-units): Doc fix (active voice).
author Glenn Morris <rgm@gnu.org>
date Thu, 20 Nov 2008 02:44:21 +0000
parents 651a986bea61
children a9dc0e7c3f2b
comparison
equal deleted inserted replaced
99737:a04373604128 99738:f84e322e603e
293 293
294 294
295 (defvar math-additional-units nil 295 (defvar math-additional-units nil
296 "*Additional units table for user-defined units. 296 "*Additional units table for user-defined units.
297 Must be formatted like `math-standard-units'. 297 Must be formatted like `math-standard-units'.
298 If this is changed, be sure to set `math-units-table' to nil to ensure 298 If you change this, be sure to set `math-units-table' to nil to ensure
299 that the combined units table will be rebuilt.") 299 that the combined units table will be rebuilt.")
300 300
301 (defvar math-unit-prefixes 301 (defvar math-unit-prefixes
302 '( ( ?Y (^ 10 24) "Yotta" ) 302 '( ( ?Y (^ 10 24) "Yotta" )
303 ( ?Z (^ 10 21) "Zetta" ) 303 ( ?Z (^ 10 21) "Zetta" )