# HG changeset patch # User Richard M. Stallman # Date 1026044399 0 # Node ID cb646c9b4af6b9584bf4a0e21ab49520a4fda4ab # Parent 895fd595b5fb3504104ff045c5580e4553c139dd Document o and C-o in Occur mode. diff -r 895fd595b5fb -r cb646c9b4af6 man/search.texi --- a/man/search.texi Sun Jul 07 12:16:45 2002 +0000 +++ b/man/search.texi Sun Jul 07 12:19:59 2002 +0000 @@ -1059,11 +1059,15 @@ after each matching line. @kindex RET @r{(Occur mode)} +@kindex o @r{(Occur mode)} +@kindex C-o @r{(Occur mode)} The buffer @samp{*Occur*} containing the output serves as a menu for -finding the occurrences in their original context. Click @kbd{Mouse-2} -on an occurrence listed in @samp{*Occur*}, or position point there and -type @key{RET}; this switches to the buffer that was searched and -moves point to the original of the chosen occurrence. +finding the occurrences in their original context. Click +@kbd{Mouse-2} on an occurrence listed in @samp{*Occur*}, or position +point there and type @key{RET}; this switches to the buffer that was +searched and moves point to the original of the chosen occurrence. +@kbd{o} and @kbd{C-o} display the match in another window; @kbd{C-o} +does not select it. @item M-x list-matching-lines Synonym for @kbd{M-x occur}.