aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2020-06-24 10:41:39 +0200
committerMichael Albinus2020-06-24 10:41:39 +0200
commit875d28477558ba5c3b4585a46bf039dea0c2822d (patch)
tree58591fccae5387d1900d6a7f4b4db436953cc43a
parentbfd96e995dae796fd3f68301fcc4921fb4c42745 (diff)
downloademacs-875d28477558ba5c3b4585a46bf039dea0c2822d.tar.gz
emacs-875d28477558ba5c3b4585a46bf039dea0c2822d.zip
; Fix typos in etc/NEWS
-rw-r--r--etc/NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6d42fd46c2a..f81e7135358 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -64,8 +64,8 @@ It was declared obsolete in Emacs 27.1.
64** Emacs can support 24-bit color TTY without terminfo database. 64** Emacs can support 24-bit color TTY without terminfo database.
65If your text-mode terminal supports 24-bit true color, but your system 65If your text-mode terminal supports 24-bit true color, but your system
66lacks the terminfo database, you can instruct Emacs to support 24-bit 66lacks the terminfo database, you can instruct Emacs to support 24-bit
67true color by setting COLORTERM=truecolor in the environment. This is 67true color by setting 'COLORTERM=truecolor' in the environment. This is
68useful on systems such as FreeBSD which ships only with 'etc/termcap'. 68useful on systems such as FreeBSD which ships only with "etc/termcap".
69 69
70 70
71* Changes in Emacs 28.1 71* Changes in Emacs 28.1
@@ -174,7 +174,7 @@ directories with the help of new command 'dired-vc-next-action'.
174** Change Logs and VC 174** Change Logs and VC
175 175
176*** More vc commands that don't change VC state can be used from non-file buffers. 176*** More vc commands that don't change VC state can be used from non-file buffers.
177Such non-file buffers should have default-directory under vc. 177Such non-file buffers should have 'default-directory' under vc.
178 178
179*** Typing 'M-n' in the minibuffer that asks for a vc directory in vc commands 179*** Typing 'M-n' in the minibuffer that asks for a vc directory in vc commands
180can retrieve directories of previously used vc projects. 180can retrieve directories of previously used vc projects.
@@ -633,7 +633,7 @@ truncating precision field, such as '%.2a'.
633--- 633---
634** New function 'color-values-from-color-spec'. 634** New function 'color-values-from-color-spec'.
635This can be used to parse RGB color specs in several formats and 635This can be used to parse RGB color specs in several formats and
636convert them to a list (R G B) of primary color values. 636convert them to a list '(R G B)' of primary color values.
637 637
638 638
639* Changes in Emacs 28.1 on Non-Free Operating Systems 639* Changes in Emacs 28.1 on Non-Free Operating Systems