summaryrefslogtreecommitdiff
path: root/lispref/modes.texi
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-12-07 11:37:22 +0000
committerPavel Janík <Pavel@Janik.cz>2002-12-07 11:37:22 +0000
commit5fe3b9bcb49540d3dfcc9365d1a6bc7a7762336b (patch)
tree4b09f78621ee272fe5f67be6fbfb30771b751946 /lispref/modes.texi
parent4fbd67668e93f3402e4894cd25354c27961a09de (diff)
downloademacs-5fe3b9bcb49540d3dfcc9365d1a6bc7a7762336b.tar.gz
Fix typo.
Diffstat (limited to 'lispref/modes.texi')
-rw-r--r--lispref/modes.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/modes.texi b/lispref/modes.texi
index 65931150975..af38062706c 100644
--- a/lispref/modes.texi
+++ b/lispref/modes.texi
@@ -1671,7 +1671,7 @@ variables @code{imenu-prev-index-position-function} and
If this variable is non-@code{nil}, its value should be a function that
finds the next ``definition'' to put in the buffer index, scanning
backward in the buffer from point. It should return @code{nil} if it
-doesn't find another ``definition'' before point. Otherwise it shuould
+doesn't find another ``definition'' before point. Otherwise it should
leave point at the place it finds a ``definition,'' and return any
non-@code{nil} value.