]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS.28: Fix merge of NEWS.28.
authorStefan Kangas <stefankangas@gmail.com>
Fri, 16 Sep 2022 14:10:26 +0000 (16:10 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 16 Sep 2022 14:14:43 +0000 (16:14 +0200)
etc/NEWS.28

index 1e8bd499b68862ec6eee8316282ea94ce7aad27d..5f3626eeeb0c77fdcc1a2e66a6a555e1695c37e6 100644 (file)
@@ -15,6 +15,33 @@ in older Emacs versions.
 You can narrow news to a specific version by calling 'view-emacs-news'
 with a prefix argument or by typing 'C-u C-h C-n'.
 
+\f
+* Installation Changes in Emacs 28.3
+
+\f
+* Startup Changes in Emacs 28.3
+
+\f
+* Changes in Emacs 28.3
+
+\f
+* Editing Changes in Emacs 28.3
+
+\f
+* Changes in Specialized Modes and Packages in Emacs 28.3
+
+\f
+* New Modes and Packages in Emacs 28.3
+
+\f
+* Incompatible Lisp Changes in Emacs 28.3
+
+\f
+* Lisp Changes in Emacs 28.3
+
+\f
+* Changes in Emacs 28.3 on Non-Free Operating Systems
+
 \f
 * Installation Changes in Emacs 28.2
 
@@ -3257,12 +3284,13 @@ completing on commands from buffers in major modes derived from
 MODE..., or, if it's a minor mode, when that minor mode is enabled in
 the current buffer.
 
-Note that these forms will only have their effect if the
+Note that these forms will only have their effect for 'M-x' if the
 'read-extended-command-predicate' user option is customized to call
 'command-completion-default-include-p' or a similar function.  The
 default value of 'read-extended-command-predicate' is nil, which means
 no commands that match what you have typed are excluded from being
-completion candidates.
+completion candidates.  The forms will, however, be used by 'M-S-x' by
+default.
 
 ** 'define-minor-mode' now takes an ':interactive' argument.
 This can be used for specifying which modes this minor mode is meant