comparison man/frames.texi @ 36263:11db0318031d

Remove redundant index entries.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 21 Feb 2001 15:29:46 +0000
parents 898561c41ba0
children f9e19fa8951a
comparison
equal deleted inserted replaced
36262:c2f7a7dc3322 36263:11db0318031d
946 946
947 @node Font Lock 947 @node Font Lock
948 @section Font Lock mode 948 @section Font Lock mode
949 @cindex Font Lock mode 949 @cindex Font Lock mode
950 @cindex mode, Font Lock 950 @cindex mode, Font Lock
951 @cindex syntax highlighting 951 @cindex syntax highlighting and coloring
952 @cindex syntax coloring
953 952
954 Font Lock mode is a minor mode, always local to a particular 953 Font Lock mode is a minor mode, always local to a particular
955 buffer, which highlights (or ``fontifies'') using various faces 954 buffer, which highlights (or ``fontifies'') using various faces
956 according to the syntax of the text you are editing. It can 955 according to the syntax of the text you are editing. It can
957 recognize comments and strings in most languages; in several 956 recognize comments and strings in most languages; in several
1104 except that it lets you specify explicitly what parts of text to 1103 except that it lets you specify explicitly what parts of text to
1105 highlight. You control Hi-lock mode with these commands: 1104 highlight. You control Hi-lock mode with these commands:
1106 1105
1107 @table @kbd 1106 @table @kbd
1108 @item C-x w h @var{regexp} @key{RET} @var{face} @key{RET} 1107 @item C-x w h @var{regexp} @key{RET} @var{face} @key{RET}
1109 @kindex C-x w i 1108 @kindex C-x w h
1110 @findex highlight-regexp 1109 @findex highlight-regexp
1111 Highlight text that matches Highlight all strings that match 1110 Highlight text that matches
1112 @var{regexp} using face @var{face} (@code{highlight-regexp}). 1111 @var{regexp} using face @var{face} (@code{highlight-regexp}).
1113 By using this command more than once, you can highlight various 1112 By using this command more than once, you can highlight various
1114 parts of the text in different ways. 1113 parts of the text in different ways.
1115 1114
1116 @item C-x w r @var{regexp} @key{RET} 1115 @item C-x w r @var{regexp} @key{RET}