]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Fix typos.
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 23 Jun 2023 19:15:13 +0000 (21:15 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 23 Jun 2023 19:15:13 +0000 (21:15 +0200)
etc/NEWS

index b37b9877d79d973763ffd7b19b8df8760c7b7f4a..88d432960f3517150452bd1dd8d2b7c09afa4478 100644 (file)
--- 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