summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2016-06-23 10:49:38 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2016-06-23 10:50:46 -0400
commit5fac8266d8f09f9be63531ba511a1c8d8ce86240 (patch)
tree310ac763ef0bc73b049a511eede8b21a0939c264 /README
parent7980631a0b0f8508a8f8d74419d9f740a40e524c (diff)
README: update to include track-changes comments.
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 7 insertions, 5 deletions
diff --git a/README b/README
index 8d0fa5f2b..ecbc248e0 100644
--- a/README
+++ b/README
@@ -453,11 +453,13 @@ Reader options
`--track-changes=accept`|`reject`|`all`
-: Specifies what to do with insertions and deletions produced by the MS
- Word "Track Changes" feature. `accept` (the default), inserts all
- insertions, and ignores all deletions. `reject` inserts all
- deletions and ignores insertions. `all` puts in both insertions
- and deletions, wrapped in spans with `insertion` and `deletion`
+: Specifies what to do with insertions, deletions, and comments
+ produced by the MS Word "Track Changes" feature. `accept` (the
+ default), inserts all insertions, and ignores all
+ deletions. `reject` inserts all deletions and ignores
+ insertions. Both `accept` and `reject` ignore comments. `all` puts
+ in insertions, deletions, and comments, wrapped in spans with
+ `insertion`, `deletion`, `comment-start`, and `comment-end`
classes, respectively. The author and time of change is
included. `all` is useful for scripting: only accepting changes
from a certain reviewer, say, or before a certain date. This