aboutsummaryrefslogtreecommitdiffstats
path: root/man/programs.texi
diff options
context:
space:
mode:
Diffstat (limited to 'man/programs.texi')
-rw-r--r--man/programs.texi14
1 files changed, 7 insertions, 7 deletions
diff --git a/man/programs.texi b/man/programs.texi
index 5283a1de288..2472d7daabe 100644
--- a/man/programs.texi
+++ b/man/programs.texi
@@ -338,13 +338,13 @@ 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
342which-function-mode}. This command is global; it applies to all 342@kbd{M-x which-function-mode}. This command is global; it applies to
343buffers, both existing ones and those yet to be created. However, it 343all buffers, both existing ones and those yet to be created. However,
344takes effect only in certain major modes, those listed in the value of 344it 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 345of @code{which-func-modes}. If the value is @code{t}, then Which
346mode applies to all major modes that know how to support it---in other 346Function mode applies to all major modes that know how to support
347words, all the major modes that support Imenu. 347it---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