aboutsummaryrefslogtreecommitdiffstats
path: root/man/programs.texi
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-06 11:57:32 +0000
committerGerd Moellmann2000-12-06 11:57:32 +0000
commit92700a0fb8c5188dff91babe192420549e3ed1d3 (patch)
treea0898ebb4ec0cdd391c6566d1fa9a67c55d0da5f /man/programs.texi
parentefc8f57aba4f1ef559b03746f277f60922638d1c (diff)
downloademacs-92700a0fb8c5188dff91babe192420549e3ed1d3.tar.gz
emacs-92700a0fb8c5188dff91babe192420549e3ed1d3.zip
Fix typo.
Diffstat (limited to 'man/programs.texi')
-rw-r--r--man/programs.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/programs.texi b/man/programs.texi
index 51dbd9c51a3..5f4a674f1e7 100644
--- a/man/programs.texi
+++ b/man/programs.texi
@@ -2518,7 +2518,7 @@ with @kbd{imenu-add-menu-bar-index}.
2518Some major modes provide facilities for invoking Imenu; otherwise you 2518Some major modes provide facilities for invoking Imenu; otherwise you
2519could add @code{imenu-add-menu-bar-index} to a major mode's hook to 2519could add @code{imenu-add-menu-bar-index} to a major mode's hook to
2520generate an index for each buffer created in that mode. (If you do 2520generate an index for each buffer created in that mode. (If you do
2521that, it takes sime time to generate the index when finding a file, 2521that, it takes some time to generate the index when finding a file,
2522depending on the file's size and the complexity of the indexing function 2522depending on the file's size and the complexity of the indexing function
2523for that mode.) 2523for that mode.)
2524 2524