aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2005-12-23 16:54:24 +0000
committerJuri Linkov2005-12-23 16:54:24 +0000
commit630acdccb9dcff4e01dfa66f6768fc94ee709625 (patch)
treee704fb87a28f2dc7385d7285f2d3f3421eb73658
parent2b6abe1ed93bb29afd965ce88ed1a834138e1f1f (diff)
downloademacs-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.texi16
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
413Highlight text that matches @var{regexp} using face @var{face} 413Highlight 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
415can highlight various parts of the text in different ways. The 415can highlight various parts of the text in different ways. The
416highlighting will remain as long as the buffer is loaded. For 416highlighting will remain as long as the buffer is loaded. For
417example, to highlight all occurrences of the word ``whim'' using the 417example, to highlight all occurrences of the word ``whim'' using the
418default face (a yellow background) @kbd{C-x w h whim @key{RET} 418default 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
420several of its own and these are pre-loaded into a history list. While 420several of its own and these are pre-loaded into a history list. While
421being prompted for a face use @kbd{C-p} and @kbd{C-n} to cycle through 421being prompted for a face use @kbd{M-p} and @kbd{M-n} to cycle through
422them. 422them.
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
427Unhighlight @var{regexp} (@code{unhighlight-regexp}). 427Unhighlight @var{regexp} (@code{unhighlight-regexp}).
428When activated from the menu select the expression to unhighlight from 428When activated from the menu select the expression to unhighlight from
429a list. When activated from the keyboard the most recently added 429a list. When activated from the keyboard the most recently added
430expression will be shown. Use @kbd{C-p} to show the next older 430expression will be shown. Use @kbd{M-p} to show the next older
431expression and @kbd{C-n} to select the next newer expression. When 431expression and @kbd{M-n} to select the next newer expression. When
432the expression to unhighlight appears press @kbd{@key{RET}} to unhighlight 432the expression to unhighlight appears press @kbd{@key{RET}} to unhighlight
433it. The expression can also be typed and completion is available. 433it. 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
459Re-read regexp/face pairs in the current buffer 459Re-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
461Lock keywords might interactively enter patterns 461Lock 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