emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/hideshow.el


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/hideshow.el
Date: Tue, 22 Jul 2003 15:59:35 -0400

Index: emacs/lisp/progmodes/hideshow.el
diff -c emacs/lisp/progmodes/hideshow.el:1.43 
emacs/lisp/progmodes/hideshow.el:1.44
*** emacs/lisp/progmodes/hideshow.el:1.43       Thu May 16 08:01:17 2002
--- emacs/lisp/progmodes/hideshow.el    Tue Jul 22 15:59:35 2003
***************
*** 280,287 ****
  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'.
  
  For some major modes, `forward-sexp' does not work properly.  In those
  cases, FORWARD-SEXP-FUNC specifies another function to use instead.
--- 280,288 ----
  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'.  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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]