diff --git a/lib/csv.rb b/lib/csv.rb
index 44fbd212b0..aaa0c48231 100644
--- a/lib/csv.rb
+++ b/lib/csv.rb
@@ -884,7 +884,10 @@ class CSV
# :empty_value:: When set an object, any values of a
# blank string field is replaced by
# the set object.
- # :quote_empty:: TODO
+ # :quote_empty:: When set to a +true+ value, CSV will
+ # quote empty values with double quotes.
+ # When +false+, CSV will emit an
+ # empty string for an empty field value.
# :write_converters:: Converts values on each line with the
# specified Proc object(s),
# which receive a String value