]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Copyedit.
authorGlenn Morris <rgm@gnu.org>
Thu, 27 Feb 2014 08:09:11 +0000 (00:09 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 27 Feb 2014 08:09:11 +0000 (00:09 -0800)
etc/NEWS

index 5a1863254d46a8d2746667dbad2d7c00bdce8c3e..3091e8932975d6fecbf4d526a620bb075f9c710e 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1178,10 +1178,12 @@ as a function to call to provide default values.
 The default `crm-separator' has been changed to allow surrounding spaces
 around the comma.
 
-*** The `common-substring' arg of `display-completion-list' is obsolete.
-Either use `completion-all-completions', which returns highlighted
-strings (including for partial or substring completion), or call
-`completion-hilit-commonality' to add the highlight.
+*** The `common-substring' argument of `display-completion-list',
+which has been documented as obsolete since Emacs 23.1, is now _really_
+obsolete, and no longer advertised.  Instead use either
+`completion-all-completions', which returns highlighted strings (including
+for partial or substring completion), or call `completion-hilit-commonality'
+to add the highlight.
 
 +++
 *** New function `completion-table-with-cache' is a wrapper for