summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2003-07-22 19:59:35 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2003-07-22 19:59:35 +0000
commit90d606ce3e4a3d249a46ba087b7ac542d22dc662 (patch)
tree154bcb95ff7756deb13cf1fa74e07f533c379242 /lisp
parentb3f6010e4697d485481ae1cf628ae93910f162e1 (diff)
downloademacs-90d606ce3e4a3d249a46ba087b7ac542d22dc662.tar.gz
(hs-special-modes-alist): Clarify MDATA-SELECTOR doc; nfc.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/hideshow.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/progmodes/hideshow.el b/lisp/progmodes/hideshow.el
index a1d601412f2..3520bbc4680 100644
--- a/lisp/progmodes/hideshow.el
+++ b/lisp/progmodes/hideshow.el
@@ -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.