diff options
| author | Paul Eggert | 2016-04-24 12:42:02 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-04-24 12:42:28 -0700 |
| commit | 9daf1cf1dd9e1025b615a0fea4dae81871e081da (patch) | |
| tree | 62d611b86d59f809499f0a766e3f792862ee6f8b | |
| parent | 0cd2e923dba8d8c7128b0c084ce6af22069e8db5 (diff) | |
| download | emacs-9daf1cf1dd9e1025b615a0fea4dae81871e081da.tar.gz emacs-9daf1cf1dd9e1025b615a0fea4dae81871e081da.zip | |
* etc/NEWS: Improve wording of vc-git-log-output-coding-system etc.
| -rw-r--r-- | etc/NEWS | 14 |
1 files changed, 7 insertions, 7 deletions
| @@ -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. |
| 992 | The new options `vc-git-commits-coding-system' and | 992 | The 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 |
| 994 | the log messages sent to Git when committing, and the decoding of the | 994 | sent to Git when committing, and the decoding of log messages read |
| 995 | log messages read from Git history commands. Both default to UTF-8; | 995 | from Git history commands. These options default to UTF-8; if |
| 996 | if you customize them, make sure they are consistent with the Git | 996 | customized, they should be consistent with the Git config variables |
| 997 | config variables i18n.commitEncoding and i18n.logOutputEncoding. | 997 | i18n.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 |
| 999 | variable, not a user option.) | 999 | variable, not a user option.) |
| 1000 | 1000 | ||
| 1001 | +++ | 1001 | +++ |