summaryrefslogtreecommitdiff
path: root/man/display.texi
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2005-12-23 16:54:24 +0000
committerJuri Linkov <juri@jurta.org>2005-12-23 16:54:24 +0000
commitc585b53dfe7fe8408b399585282afd4be478e825 (patch)
treec2c1b3abda9112d8653c30f0fa918d91746b6a7c /man/display.texi
parent2d009a54b62e02924e401a0577c3361a2beac3b9 (diff)
downloademacs-c585b53dfe7fe8408b399585282afd4be478e825.tar.gz
(Highlight Interactively): Use double space to separate sentences.
Replace C-p with M-p, and C-n with M-n.
Diffstat (limited to 'man/display.texi')
-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:
@findex highlight-regexp
Highlight text that matches @var{regexp} using face @var{face}
(@code{highlight-regexp}). By using this command more than once, you
-can highlight various parts of the text in different ways. The
+can highlight various parts of the text in different ways. The
highlighting will remain as long as the buffer is loaded. For
example, to highlight all occurrences of the word ``whim'' using the
default face (a yellow background) @kbd{C-x w h whim @key{RET}
@key{RET}}. Any face can be used for highlighting, Hi Lock provides
-several of its own and these are pre-loaded into a history list. While
-being prompted for a face use @kbd{C-p} and @kbd{C-n} to cycle through
+several of its own and these are pre-loaded into a history list. While
+being prompted for a face use @kbd{M-p} and @kbd{M-n} to cycle through
them.
@item C-x w r @var{regexp} @key{RET}
@kindex C-x w r
@findex unhighlight-regexp
-Unhighlight @var{regexp} (@code{unhighlight-regexp}).
+Unhighlight @var{regexp} (@code{unhighlight-regexp}).
When activated from the menu select the expression to unhighlight from
a list. When activated from the keyboard the most recently added
-expression will be shown. Use @kbd{C-p} to show the next older
-expression and @kbd{C-n} to select the next newer expression. When
+expression will be shown. Use @kbd{M-p} to show the next older
+expression and @kbd{M-n} to select the next newer expression. When
the expression to unhighlight appears press @kbd{@key{RET}} to unhighlight
-it. The expression can also be typed and completion is available.
+it. The expression can also be typed and completion is available.
@item C-x w l @var{regexp} @key{RET} @var{face} @key{RET}
@kindex C-x w l
@@ -457,7 +457,7 @@ hi-lock-find-patterns} command.
@findex hi-lock-find-patterns
@vindex hi-lock-exclude-modes
Re-read regexp/face pairs in the current buffer
-(@code{hi-lock-write-interactive-patterns}). Users familiar with Font
+(@code{hi-lock-write-interactive-patterns}). Users familiar with Font
Lock keywords might interactively enter patterns
(@code{highlight-regexp}), write them into the file
(@code{hi-lock-write-interactive-patterns}), edit them, perhaps