summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}.
Some major modes provide facilities for invoking Imenu; otherwise you
could add @code{imenu-add-menu-bar-index} to a major mode's hook to
generate an index for each buffer created in that mode. (If you do
-that, it takes sime time to generate the index when finding a file,
+that, it takes some time to generate the index when finding a file,
depending on the file's size and the complexity of the indexing function
for that mode.)