comparison man/programs.texi @ 77129:4805684e0b00

wording for 8.5x11
author Karl Berry <karl@gnu.org>
date Wed, 11 Apr 2007 20:57:52 +0000
parents 3d45362f1d38
children 153f5ab7f9ca e6fdae9180d4
comparison
equal deleted inserted replaced
77128:3cd624b32df1 77129:4805684e0b00
336 function name in the mode line, updating it as you move around in a 336 function name in the mode line, updating it as you move around in a
337 buffer. 337 buffer.
338 338
339 @findex which-function-mode 339 @findex which-function-mode
340 @vindex which-func-modes 340 @vindex which-func-modes
341 To enable (or disable) Which Function mode, use the command @kbd{M-x 341 To either enable or disable Which Function mode, use the command
342 which-function-mode}. This command is global; it applies to all 342 @kbd{M-x which-function-mode}. This command is global; it applies to
343 buffers, both existing ones and those yet to be created. However, it 343 all buffers, both existing ones and those yet to be created. However,
344 takes effect only in certain major modes, those listed in the value of 344 it takes effect only in certain major modes, those listed in the value
345 @code{which-func-modes}. If the value is @code{t}, then Which Function 345 of @code{which-func-modes}. If the value is @code{t}, then Which
346 mode applies to all major modes that know how to support it---in other 346 Function mode applies to all major modes that know how to support
347 words, all the major modes that support Imenu. 347 it---in other words, all the major modes that support Imenu.
348 348
349 @node Program Indent 349 @node Program Indent
350 @section Indentation for Programs 350 @section Indentation for Programs
351 @cindex indentation for programs 351 @cindex indentation for programs
352 352