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 /doc | |
| 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 'doc')
| -rw-r--r-- | doc/emacs/search.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi index 7958a4a2bfa..d841934c855 100644 --- a/doc/emacs/search.texi +++ b/doc/emacs/search.texi | |||
| @@ -1264,13 +1264,13 @@ but match under character folding are known as @dfn{equivalent | |||
| 1264 | character sequences}. | 1264 | character sequences}. |
| 1265 | 1265 | ||
| 1266 | @kindex M-s ' @r{(Incremental Search)} | 1266 | @kindex M-s ' @r{(Incremental Search)} |
| 1267 | @findex isearch-toggle-character-fold | 1267 | @findex isearch-toggle-char-fold |
| 1268 | Generally, search commands in Emacs do not by default perform | 1268 | Generally, search commands in Emacs do not by default perform |
| 1269 | character folding in order to match equivalent character sequences. | 1269 | character folding in order to match equivalent character sequences. |
| 1270 | You can enable this behavior by customizing the variable | 1270 | You can enable this behavior by customizing the variable |
| 1271 | @code{search-default-mode} to @code{character-fold-to-regexp}. | 1271 | @code{search-default-mode} to @code{char-fold-to-regexp}. |
| 1272 | @xref{Search Customizations}. Within an incremental search, typing | 1272 | @xref{Search Customizations}. Within an incremental search, typing |
| 1273 | @kbd{M-s '} (@code{isearch-toggle-character-fold}) toggles character | 1273 | @kbd{M-s '} (@code{isearch-toggle-char-fold}) toggles character |
| 1274 | folding, but only for that search. (Replace commands have a different | 1274 | folding, but only for that search. (Replace commands have a different |
| 1275 | default, controlled by a separate option; see @ref{Replacement and Lax | 1275 | default, controlled by a separate option; see @ref{Replacement and Lax |
| 1276 | Matches}.) | 1276 | Matches}.) |
| @@ -1481,7 +1481,7 @@ replacement is done without case conversion. | |||
| 1481 | (@pxref{Lax Search, character folding}) when looking for the text to | 1481 | (@pxref{Lax Search, character folding}) when looking for the text to |
| 1482 | replace. To enable character folding for matching in | 1482 | replace. To enable character folding for matching in |
| 1483 | @code{query-replace} and @code{replace-string}, set the variable | 1483 | @code{query-replace} and @code{replace-string}, set the variable |
| 1484 | @code{replace-character-fold} to a non-@code{nil} value. (This | 1484 | @code{replace-char-fold} to a non-@code{nil} value. (This |
| 1485 | setting does not affect the replacement text, only how Emacs finds the | 1485 | setting does not affect the replacement text, only how Emacs finds the |
| 1486 | text to replace. It also doesn't affect @code{replace-regexp}.) | 1486 | text to replace. It also doesn't affect @code{replace-regexp}.) |
| 1487 | 1487 | ||