comparison man/programs.texi @ 38946:9a1045bcf43c

Update values of hs-isearch-open.
author Richard M. Stallman <rms@gnu.org>
date Sat, 25 Aug 2001 02:06:27 +0000
parents 9cefdb98080f
children 6ecd6d3c0630
comparison
equal deleted inserted replaced
38945:752af4a52a8f 38946:9a1045bcf43c
1312 @item hs-isearch-open 1312 @item hs-isearch-open
1313 Specifies what kind of hidden blocks to open in Isearch mode. 1313 Specifies what kind of hidden blocks to open in Isearch mode.
1314 The value should be one of these four symbols. 1314 The value should be one of these four symbols.
1315 1315
1316 @table @code 1316 @table @code
1317 @item block 1317 @item code
1318 Open only blocks. 1318 Open only code blocks.
1319 @item comment 1319 @item comment
1320 Open only comments. 1320 Open only comments.
1321 @item t 1321 @item t
1322 Open both blocks and comments. 1322 Open both code blocks and comments.
1323 @item nil 1323 @item nil
1324 Open neither blocks nor comments. 1324 Open neither code blocks nor comments.
1325 @end table 1325 @end table
1326 1326
1327 @item hs-special-modes-alist 1327 @item hs-special-modes-alist
1328 A list of elements, each specifying how to initialize Hideshow 1328 A list of elements, each specifying how to initialize Hideshow
1329 variables for one major mode. See the variable's documentation string 1329 variables for one major mode. See the variable's documentation string