diff options
| author | Juri Linkov | 2005-12-23 16:54:24 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-12-23 16:54:24 +0000 |
| commit | 630acdccb9dcff4e01dfa66f6768fc94ee709625 (patch) | |
| tree | e704fb87a28f2dc7385d7285f2d3f3421eb73658 | |
| parent | 2b6abe1ed93bb29afd965ce88ed1a834138e1f1f (diff) | |
| download | emacs-630acdccb9dcff4e01dfa66f6768fc94ee709625.tar.gz emacs-630acdccb9dcff4e01dfa66f6768fc94ee709625.zip | |
(Highlight Interactively): Use double space to separate sentences.
Replace C-p with M-p, and C-n with M-n.
| -rw-r--r-- | man/display.texi | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/man/display.texi b/man/display.texi index a0cb73c03bc..2f813c4b7c0 100644 --- a/man/display.texi +++ b/man/display.texi | |||
| @@ -412,25 +412,25 @@ You control Hi Lock mode with these commands: | |||
| 412 | @findex highlight-regexp | 412 | @findex highlight-regexp |
| 413 | Highlight text that matches @var{regexp} using face @var{face} | 413 | Highlight text that matches @var{regexp} using face @var{face} |
| 414 | (@code{highlight-regexp}). By using this command more than once, you | 414 | (@code{highlight-regexp}). By using this command more than once, you |
| 415 | can highlight various parts of the text in different ways. The | 415 | can highlight various parts of the text in different ways. The |
| 416 | highlighting will remain as long as the buffer is loaded. For | 416 | highlighting will remain as long as the buffer is loaded. For |
| 417 | example, to highlight all occurrences of the word ``whim'' using the | 417 | example, to highlight all occurrences of the word ``whim'' using the |
| 418 | default face (a yellow background) @kbd{C-x w h whim @key{RET} | 418 | default face (a yellow background) @kbd{C-x w h whim @key{RET} |
| 419 | @key{RET}}. Any face can be used for highlighting, Hi Lock provides | 419 | @key{RET}}. Any face can be used for highlighting, Hi Lock provides |
| 420 | several of its own and these are pre-loaded into a history list. While | 420 | several of its own and these are pre-loaded into a history list. While |
| 421 | being prompted for a face use @kbd{C-p} and @kbd{C-n} to cycle through | 421 | being prompted for a face use @kbd{M-p} and @kbd{M-n} to cycle through |
| 422 | them. | 422 | them. |
| 423 | 423 | ||
| 424 | @item C-x w r @var{regexp} @key{RET} | 424 | @item C-x w r @var{regexp} @key{RET} |
| 425 | @kindex C-x w r | 425 | @kindex C-x w r |
| 426 | @findex unhighlight-regexp | 426 | @findex unhighlight-regexp |
| 427 | Unhighlight @var{regexp} (@code{unhighlight-regexp}). | 427 | Unhighlight @var{regexp} (@code{unhighlight-regexp}). |
| 428 | When activated from the menu select the expression to unhighlight from | 428 | When activated from the menu select the expression to unhighlight from |
| 429 | a list. When activated from the keyboard the most recently added | 429 | a list. When activated from the keyboard the most recently added |
| 430 | expression will be shown. Use @kbd{C-p} to show the next older | 430 | expression will be shown. Use @kbd{M-p} to show the next older |
| 431 | expression and @kbd{C-n} to select the next newer expression. When | 431 | expression and @kbd{M-n} to select the next newer expression. When |
| 432 | the expression to unhighlight appears press @kbd{@key{RET}} to unhighlight | 432 | the expression to unhighlight appears press @kbd{@key{RET}} to unhighlight |
| 433 | it. The expression can also be typed and completion is available. | 433 | it. The expression can also be typed and completion is available. |
| 434 | 434 | ||
| 435 | @item C-x w l @var{regexp} @key{RET} @var{face} @key{RET} | 435 | @item C-x w l @var{regexp} @key{RET} @var{face} @key{RET} |
| 436 | @kindex C-x w l | 436 | @kindex C-x w l |
| @@ -457,7 +457,7 @@ hi-lock-find-patterns} command. | |||
| 457 | @findex hi-lock-find-patterns | 457 | @findex hi-lock-find-patterns |
| 458 | @vindex hi-lock-exclude-modes | 458 | @vindex hi-lock-exclude-modes |
| 459 | Re-read regexp/face pairs in the current buffer | 459 | Re-read regexp/face pairs in the current buffer |
| 460 | (@code{hi-lock-write-interactive-patterns}). Users familiar with Font | 460 | (@code{hi-lock-write-interactive-patterns}). Users familiar with Font |
| 461 | Lock keywords might interactively enter patterns | 461 | Lock keywords might interactively enter patterns |
| 462 | (@code{highlight-regexp}), write them into the file | 462 | (@code{highlight-regexp}), write them into the file |
| 463 | (@code{hi-lock-write-interactive-patterns}), edit them, perhaps | 463 | (@code{hi-lock-write-interactive-patterns}), edit them, perhaps |