emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calc/calc-units.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-units.el,v
Date: Wed, 19 Nov 2008 17:03:44 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/11/19 17:03:43

Index: calc/calc-units.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calc/calc-units.el,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- calc/calc-units.el  19 Nov 2008 14:14:01 -0000      1.42
+++ calc/calc-units.el  19 Nov 2008 17:03:43 -0000      1.43
@@ -262,7 +262,7 @@
     ( eps0    "1 / (mu0 c^2)"               "Permittivity of vacuum" )
     ( G       "6.67428*10^(-11) m^3/(kg s^2)"    "Gravitational constant" nil 
               "6.67428 10^-11 m^3/(kg s^2) (*)")
-    ( Nav     "6.02214179*10^(23) / mol"    "Avagadro's constant" nil 
+    ( Nav     "6.02214179*10^(23) / mol"    "Avogadro's constant" nil
               "6.02214179 10^23 / mol (*)")
     ( me      "9.10938215*10^(-31) kg"      "Electron rest mass" nil 
               "9.10938215 10^-31 kg (*)")
@@ -294,8 +294,8 @@
 
 (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
+Must be formatted like `math-standard-units'.
+If this is changed, be sure to set `math-units-table' to nil to ensure
 that the combined units table will be rebuilt.")
 
 (defvar math-unit-prefixes
@@ -330,7 +330,8 @@
      ( cgs   ( ( m   '(* (var cm var-cm) 100 ) ) ) )))
 
 (defvar math-units-table nil
-  "Internal units table derived from math-defined-units.
+  "Internal units table.
+Derived from `math-standard-units' and `math-additional-units'.
 Entries are (SYMBOL EXPR DOC-STRING TEMP-TYPE BASE-UNITS).")
 
 (defvar math-units-table-buffer-valid nil)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]