From: Paul Eggert Date: Sun, 24 Apr 2016 19:42:02 +0000 (-0700) Subject: * etc/NEWS: Improve wording of vc-git-log-output-coding-system etc. X-Git-Tag: emacs-25.0.94~152 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/9daf1cf1dd9e1025b615a0fea4dae81871e081da * etc/NEWS: Improve wording of vc-git-log-output-coding-system etc. --- diff --git a/etc/NEWS b/etc/NEWS index 8e78b728b7..42f54f39eb 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -989,13 +989,13 @@ background or to the foreground. --- *** New options for customizing encoding of Git commit log messages. -The new options `vc-git-commits-coding-system' and -`vc-git-log-output-coding-system' allow to customize the encoding of -the log messages sent to Git when committing, and the decoding of the -log messages read from Git history commands. Both default to UTF-8; -if you customize them, make sure they are consistent with the Git -config variables i18n.commitEncoding and i18n.logOutputEncoding. -(`vc-git-commits-coding-system' existed previously, but was a +The new user options 'vc-git-commits-coding-system' and +'vc-git-log-output-coding-system' specify the encoding of log messages +sent to Git when committing, and the decoding of log messages read +from Git history commands. These options default to UTF-8; if +customized, they should be consistent with the Git config variables +i18n.commitEncoding and i18n.logOutputEncoding. +('vc-git-commits-coding-system' existed previously, but was a variable, not a user option.) +++