diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-06-05 17:53:43 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-06-05 17:53:43 +0300 |
commit | e8a941cf705f26cf9571e1eba4d23bbc63a056e4 (patch) | |
tree | f225725ae88ff6274fb2396944b22771746982cb | |
parent | 9d2f4a8d5a92fdfab80ce9faf0dcfa159189916b (diff) | |
download | emacs-e8a941cf705f26cf9571e1eba4d23bbc63a056e4.tar.gz emacs-e8a941cf705f26cf9571e1eba4d23bbc63a056e4.tar.bz2 emacs-e8a941cf705f26cf9571e1eba4d23bbc63a056e4.zip |
; * etc/NEWS: Fix wording of entry about 'file-expand-wildcards'.
-rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1942,7 +1942,7 @@ Previously it produced a nonsense value, -1, that was never intended. * Lisp Changes in Emacs 29.1 +++ -** 'file-expand-wildcards' can now also take a regexp match. +** 'file-expand-wildcards' can now also take a regexp as PATTERN argument. --- ** vc-mtn (the backend for Monotone) has been made obsolete. |