diff options
| author | Glenn Morris <rgm@gnu.org> | 2008-11-20 02:44:21 +0000 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2008-11-20 02:44:21 +0000 |
| commit | 112203942cb957d9cfed035442b3b51752b8350a (patch) | |
| tree | aebaf7cf3c1fc347fbda9a72d73a341f461567c9 /lisp/calc/calc-units.el | |
| parent | ce44e9328ff4889cc6a9a722487798ff59d0bf66 (diff) | |
| download | emacs-112203942cb957d9cfed035442b3b51752b8350a.tar.gz | |
(math-additional-units): Doc fix (active voice).
Diffstat (limited to 'lisp/calc/calc-units.el')
| -rw-r--r-- | lisp/calc/calc-units.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc-units.el b/lisp/calc/calc-units.el index 75eb3134c81..fd631439536 100644 --- a/lisp/calc/calc-units.el +++ b/lisp/calc/calc-units.el @@ -295,7 +295,7 @@ (defvar math-additional-units nil "*Additional units table for user-defined units. Must be formatted like `math-standard-units'. -If this is changed, be sure to set `math-units-table' to nil to ensure +If you change this, be sure to set `math-units-table' to nil to ensure that the combined units table will be rebuilt.") (defvar math-unit-prefixes |
