emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 1c499c18afd 1/2: ; * etc/NEWS: Fix typos.


From: Michael Albinus
Subject: master 1c499c18afd 1/2: ; * etc/NEWS: Fix typos.
Date: Fri, 23 Jun 2023 15:49:30 -0400 (EDT)

branch: master
commit 1c499c18afd6a709272fe60a540a27093e589fff
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    ; * etc/NEWS: Fix typos.
---
 etc/NEWS | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index b37b9877d79..88d432960f3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -402,17 +402,18 @@ name as a string.  The new function
 completion based on dictionaries that the server supports.
 
 ** Pp
-*** New 'pp-default-function' custom variable replaces 'pp-use-max-width'.
+
+*** New 'pp-default-function' user option replaces 'pp-use-max-width'.
 
 *** New default pretty printing function, which tries to obey 'fill-column'.
 
-*** 'pp-to-string' takes an additional 'pp-function' argument.
-This arg specifies the prettifying algorithm to use.
+*** 'pp-to-string' takes an additional PP-FUNCTION argument.
+This argument specifies the prettifying algorithm to use.
 
 ** Emacs Lisp mode
 
 ---
-*** ',@' now has 'prefix' syntax
+*** ',@' now has 'prefix' syntax.
 Previously, the '@' character, which normally has 'symbol' syntax,
 would combine with a following Lisp symbol and interfere with symbol
 searching.
@@ -478,7 +479,7 @@ hooks named after the feature name, like 
'esh-mode-unload-hook'.
 
 +++
 ** Regexp zero-width assertions followed by operators are better defined.
-Previously, regexps such as "xy\\B*" would have ill-defined behaviour.
+Previously, regexps such as "xy\\B*" would have ill-defined behavior.
 Now any operator following a zero-width assertion applies to that
 assertion only (which is useless).  For historical compatibility, an
 operator character following '^' or '\`' becomes literal, but we



reply via email to

[Prev in Thread] Current Thread [Next in Thread]