diff options
author | Richard M. Stallman <rms@gnu.org> | 2000-01-16 00:29:04 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2000-01-16 00:29:04 +0000 |
commit | 05aea71425a1bba8c22b2dfc2ebc1e3510e1cbcd (patch) | |
tree | 5654410e0ec72c37c36f9d82ae4fd143a98f2de5 /lispref/modes.texi | |
parent | b3303df7ab109ec17cc54164f093a42cbd76f529 (diff) | |
download | emacs-05aea71425a1bba8c22b2dfc2ebc1e3510e1cbcd.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref/modes.texi')
-rw-r--r-- | lispref/modes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/modes.texi b/lispref/modes.texi index 365fdb9bdf2..22d09284d74 100644 --- a/lispref/modes.texi +++ b/lispref/modes.texi @@ -1644,7 +1644,7 @@ variables @code{imenu-prev-index-position-function} and @code{imenu-extract-index-name-function}: @defvar imenu-prev-index-position-function -If this variable is non-@code{nil}, its value should be a funtion that +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 |