]> git.eshelyaron.com Git - emacs.git/commitdiff
(hs-special-modes-alist): Clarify MDATA-SELECTOR doc; nfc.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Tue, 22 Jul 2003 19:59:35 +0000 (19:59 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Tue, 22 Jul 2003 19:59:35 +0000 (19:59 +0000)
lisp/progmodes/hideshow.el

index a1d601412f2294dc794b14a0123c8d1b0acbf7ab..3520bbc4680a73f5228f8e9f2b0228f4f96a09f6 100644 (file)
@@ -280,8 +280,9 @@ defined as text surrounded by START and END.
 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.