* etc/NEWS: Improve wording of vc-git-log-output-coding-system etc.

This commit is contained in:
Paul Eggert 2016-04-24 12:42:02 -07:00
parent 0cd2e923db
commit 9daf1cf1dd

View file

@ -989,13 +989,13 @@ background or to the foreground.
--- ---
*** New options for customizing encoding of Git commit log messages. *** New options for customizing encoding of Git commit log messages.
The new options `vc-git-commits-coding-system' and The new user options 'vc-git-commits-coding-system' and
`vc-git-log-output-coding-system' allow to customize the encoding of 'vc-git-log-output-coding-system' specify the encoding of log messages
the log messages sent to Git when committing, and the decoding of the sent to Git when committing, and the decoding of log messages read
log messages read from Git history commands. Both default to UTF-8; from Git history commands. These options default to UTF-8; if
if you customize them, make sure they are consistent with the Git customized, they should be consistent with the Git config variables
config variables i18n.commitEncoding and i18n.logOutputEncoding. i18n.commitEncoding and i18n.logOutputEncoding.
(`vc-git-commits-coding-system' existed previously, but was a ('vc-git-commits-coding-system' existed previously, but was a
variable, not a user option.) variable, not a user option.)
+++ +++