[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 875d284: ; Fix typos in etc/NEWS
From: |
Michael Albinus |
Subject: |
master 875d284: ; Fix typos in etc/NEWS |
Date: |
Wed, 24 Jun 2020 04:41:54 -0400 (EDT) |
branch: master
commit 875d28477558ba5c3b4585a46bf039dea0c2822d
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>
; Fix typos in etc/NEWS
---
etc/NEWS | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/etc/NEWS b/etc/NEWS
index 6d42fd4..f81e713 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -64,8 +64,8 @@ It was declared obsolete in Emacs 27.1.
** Emacs can support 24-bit color TTY without terminfo database.
If your text-mode terminal supports 24-bit true color, but your system
lacks the terminfo database, you can instruct Emacs to support 24-bit
-true color by setting COLORTERM=truecolor in the environment. This is
-useful on systems such as FreeBSD which ships only with 'etc/termcap'.
+true color by setting 'COLORTERM=truecolor' in the environment. This is
+useful on systems such as FreeBSD which ships only with "etc/termcap".
* Changes in Emacs 28.1
@@ -174,7 +174,7 @@ directories with the help of new command
'dired-vc-next-action'.
** Change Logs and VC
*** More vc commands that don't change VC state can be used from non-file
buffers.
-Such non-file buffers should have default-directory under vc.
+Such non-file buffers should have 'default-directory' under vc.
*** Typing 'M-n' in the minibuffer that asks for a vc directory in vc commands
can retrieve directories of previously used vc projects.
@@ -633,7 +633,7 @@ truncating precision field, such as '%.2a'.
---
** New function 'color-values-from-color-spec'.
This can be used to parse RGB color specs in several formats and
-convert them to a list (R G B) of primary color values.
+convert them to a list '(R G B)' of primary color values.
* Changes in Emacs 28.1 on Non-Free Operating Systems
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 875d284: ; Fix typos in etc/NEWS,
Michael Albinus <=