summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-04-24 12:42:02 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2016-04-24 12:42:28 -0700
commit9daf1cf1dd9e1025b615a0fea4dae81871e081da (patch)
tree62d611b86d59f809499f0a766e3f792862ee6f8b /etc
parent0cd2e923dba8d8c7128b0c084ce6af22069e8db5 (diff)
* etc/NEWS: Improve wording of vc-git-log-output-coding-system etc.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS14
1 files changed, 7 insertions, 7 deletions
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.)
+++