(calc-convert-units, calc-convert-temperature): Remove unnecessary

colons.
This commit is contained in:
Jay Belanger 2007-09-26 06:00:47 +00:00
parent 567b9191e9
commit 0f3955d99c
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2007-09-26 Jay Belanger <jay.p.belanger@gmail.com>
* calc/calc-units.el (calc-convert-units)
(calc-convert-temperature): Remove unnecessary colons.
2007-09-26 Bastien Guerry <bzg@altern.org>
* org-export-latex.el (org-export-latex-tables-verbatim): New

View file

@ -412,7 +412,7 @@ If EXPR is nil, return nil."
"New units")
(if defunits
(concat
" (default: "
" (default "
defunits
"): ")
": "))))
@ -484,7 +484,7 @@ If EXPR is nil, return nil."
", new units")
"New temperature units")
(if defunits
(concat " (default: "
(concat " (default "
defunits
"): ")
": "))))))