diff options
| author | Juri Linkov | 2016-05-17 23:55:38 +0300 |
|---|---|---|
| committer | Juri Linkov | 2016-05-17 23:55:38 +0300 |
| commit | 1fe1e0a8e7e3863d36c1a87ca38d2fa39bc25a56 (patch) | |
| tree | 4e53bb771b1c81d7a4c79c2323c33b7c37a40274 /etc | |
| parent | a35826dbd44122b97e93d0c67bf658ced0a07ec6 (diff) | |
| download | emacs-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/NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -633,11 +633,11 @@ as many other symbols like U+249C (PARENTHESIZED LATIN SMALL LETTER | |||
| 633 | A). | 633 | A). |
| 634 | 634 | ||
| 635 | Character folding is enabled by customizing 'search-default-mode' to | 635 | Character folding is enabled by customizing 'search-default-mode' to |
| 636 | the value 'character-fold-to-regexp'. You can also toggle character | 636 | the value 'char-fold-to-regexp'. You can also toggle character |
| 637 | folding in the middle of a search by typing 'M-s ''. | 637 | folding 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, | |||
| 647 | as in previous Emacs versions). | 647 | as 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 |
| 651 | by searching commands to produce a regexp matching anything that | 651 | by searching commands to produce a regexp matching anything that |
| 652 | character-folds into STRING. | 652 | char-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 |