aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2016-04-24 12:42:02 -0700
committerPaul Eggert2016-04-24 12:42:28 -0700
commit9daf1cf1dd9e1025b615a0fea4dae81871e081da (patch)
tree62d611b86d59f809499f0a766e3f792862ee6f8b
parent0cd2e923dba8d8c7128b0c084ce6af22069e8db5 (diff)
downloademacs-9daf1cf1dd9e1025b615a0fea4dae81871e081da.tar.gz
emacs-9daf1cf1dd9e1025b615a0fea4dae81871e081da.zip
* etc/NEWS: Improve wording of vc-git-log-output-coding-system etc.
-rw-r--r--etc/NEWS14
1 files changed, 7 insertions, 7 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8e78b728b74..42f54f39eb6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -989,13 +989,13 @@ background or to the foreground.
989 989
990--- 990---
991*** New options for customizing encoding of Git commit log messages. 991*** New options for customizing encoding of Git commit log messages.
992The new options `vc-git-commits-coding-system' and 992The new user options 'vc-git-commits-coding-system' and
993`vc-git-log-output-coding-system' allow to customize the encoding of 993'vc-git-log-output-coding-system' specify the encoding of log messages
994the log messages sent to Git when committing, and the decoding of the 994sent to Git when committing, and the decoding of log messages read
995log messages read from Git history commands. Both default to UTF-8; 995from Git history commands. These options default to UTF-8; if
996if you customize them, make sure they are consistent with the Git 996customized, they should be consistent with the Git config variables
997config variables i18n.commitEncoding and i18n.logOutputEncoding. 997i18n.commitEncoding and i18n.logOutputEncoding.
998(`vc-git-commits-coding-system' existed previously, but was a 998('vc-git-commits-coding-system' existed previously, but was a
999variable, not a user option.) 999variable, not a user option.)
1000 1000
1001+++ 1001+++