]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos in etc/NEWS
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 24 Jun 2020 08:41:39 +0000 (10:41 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 24 Jun 2020 08:41:39 +0000 (10:41 +0200)
etc/NEWS

index 6d42fd46c2aa715872a2163cc012f091923738f6..f81e7135358fa418485371d042f4a1d34e0fe573 100644 (file)
--- 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".
 
 \f
 * 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.
 
 \f
 * Changes in Emacs 28.1 on Non-Free Operating Systems