Browse Source

Documentation fix

Carsten Dominik 15 years ago
parent
commit
80133cb059
2 changed files with 6 additions and 1 deletions
  1. 5 0
      doc/ChangeLog
  2. 1 1
      doc/org.texi

+ 5 - 0
doc/ChangeLog

@@ -1,3 +1,8 @@
+2010-05-19  Carsten Dominik  <carsten.dominik@gmail.com>
+
+	* org.texi (Column attributes): Document that the ":" operator
+	only adds hours and minutes, not seconds.
+
 2010-05-17  Carsten Dominik  <carsten.dominik@gmail.com>
 
 	* org.texi (Refiling notes): Document the refile cache.

+ 1 - 1
doc/org.texi

@@ -4700,7 +4700,7 @@ optional.  The individual parts have the following meaning:
                 @{+@}       @r{Sum numbers in this column.}
                 @{+;%.1f@}  @r{Like @samp{+}, but format result with @samp{%.1f}.}
                 @{$@}       @r{Currency, short for @samp{+;%.2f}.}
-                @{:@}       @r{Sum times, HH:MM:SS, plain numbers are hours.}
+                @{:@}       @r{Sum times, HH:MM, plain numbers are hours.}
                 @{X@}       @r{Checkbox status, @samp{[X]} if all children are @samp{[X]}.}
                 @{X/@}      @r{Checkbox status, @samp{[n/m]}.}
                 @{X%@}      @r{Checkbox status, @samp{[n%]}.}