changeset 52021:3e312ab8ce0d

(hs-special-modes-alist): Clarify MDATA-SELECTOR doc; nfc.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Tue, 22 Jul 2003 19:59:35 +0000
parents 87dced6b77d2
children 160339bd4e73
files lisp/progmodes/hideshow.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/hideshow.el	Tue Jul 22 19:22:02 2003 +0000
+++ b/lisp/progmodes/hideshow.el	Tue Jul 22 19:59:35 2003 +0000
@@ -280,8 +280,9 @@
 As a special case, START may be a list of the form (COMPLEX-START
 MDATA-SELECTOR), where COMPLEX-START is a regexp w/ multiple parts and
 MDATA-SELECTOR an integer that specifies which sub-match is the proper
-place to adjust point, before calling `hs-forward-sexp-func'.  For
-example, see the `hs-special-modes-alist' entry for `bibtex-mode'.
+place to adjust point, before calling `hs-forward-sexp-func'.  Point
+is adjusted to the beginning of the specified match.  For example,
+see the `hs-special-modes-alist' entry for `bibtex-mode'.
 
 For some major modes, `forward-sexp' does not work properly.  In those
 cases, FORWARD-SEXP-FUNC specifies another function to use instead.