diff --git a/doc/katepart/configuring.docbook b/doc/katepart/configuring.docbook --- a/doc/katepart/configuring.docbook +++ b/doc/katepart/configuring.docbook @@ -956,7 +956,7 @@ encoding chosen as standard above, nor the encoding specified in the open/ save dialog, nor the encoding specified on command line match the content of the file. Before this is used, an attempt will be made to determine the -encoding to use by looking for a byte order marker at start of file: if one +encoding to use by looking for a byte order mark at start of file: if one is found, the right unicode encoding will be chosen; otherwise encoding detection will run, if both fail fallback encoding will be tried. @@ -978,7 +978,7 @@ -Enable byte order marker +Enable byte order mark (BOM) The byte order mark is a special sequence at the beginning of unicode encoded documents. It helps editors to open text documents with the correct @@ -1318,9 +1318,9 @@ on or off. - -bom | byte-order-markerBOOL -Enable/disable the byte order marker when saving files in Unicode format + +bom | byte-order-markBOOL +Enable/disable the byte order mark (BOM) when saving files in Unicode format (utf8, utf16, utf32). Since: &kate; 3.4 (&kde; 4.4)