aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2016-05-17 23:55:38 +0300
committerJuri Linkov2016-05-17 23:55:38 +0300
commit1fe1e0a8e7e3863d36c1a87ca38d2fa39bc25a56 (patch)
tree4e53bb771b1c81d7a4c79c2323c33b7c37a40274 /etc
parenta35826dbd44122b97e93d0c67bf658ced0a07ec6 (diff)
downloademacs-1fe1e0a8e7e3863d36c1a87ca38d2fa39bc25a56.tar.gz
emacs-1fe1e0a8e7e3863d36c1a87ca38d2fa39bc25a56.zip
* lisp/char-fold.el: Rename from character-fold.el.
* lisp/replace.el (replace-char-fold): Rename from replace-character-fold. * test/automated/char-fold-tests.el: Rename from character-fold-tests.el. http://lists.gnu.org/archive/html/emacs-devel/2015-12/msg00529.html
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3031cab4782..670465f2ab8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -633,11 +633,11 @@ as many other symbols like U+249C (PARENTHESIZED LATIN SMALL LETTER
633A). 633A).
634 634
635Character folding is enabled by customizing 'search-default-mode' to 635Character folding is enabled by customizing 'search-default-mode' to
636the value 'character-fold-to-regexp'. You can also toggle character 636the value 'char-fold-to-regexp'. You can also toggle character
637folding in the middle of a search by typing 'M-s ''. 637folding in the middle of a search by typing 'M-s ''.
638 638
639'query-replace' honors character folding if the new variable 639'query-replace' honors character folding if the new variable
640'replace-character-fold' is customized to a non-nil value. 640'replace-char-fold' is customized to a non-nil value.
641 641
642+++ 642+++
643*** New user option 'search-default-mode'. 643*** New user option 'search-default-mode'.
@@ -647,9 +647,9 @@ value, nil specifies that Isearch does literal searches (however,
647as in previous Emacs versions). 647as in previous Emacs versions).
648 648
649+++ 649+++
650*** New function 'character-fold-to-regexp' can be used 650*** New function 'char-fold-to-regexp' can be used
651by searching commands to produce a regexp matching anything that 651by searching commands to produce a regexp matching anything that
652character-folds into STRING. 652char-folds into STRING.
653 653
654+++ 654+++
655*** The new 'M-s M-w' key binding uses eww to search the web for the 655*** The new 'M-s M-w' key binding uses eww to search the web for the