emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/lisp.el
Date: Thu, 17 Oct 2002 12:50:54 -0400

Index: emacs/lisp/emacs-lisp/lisp.el
diff -c emacs/lisp/emacs-lisp/lisp.el:1.46 emacs/lisp/emacs-lisp/lisp.el:1.47
*** emacs/lisp/emacs-lisp/lisp.el:1.46  Sun Feb 17 10:07:35 2002
--- emacs/lisp/emacs-lisp/lisp.el       Thu Oct 17 12:50:28 2002
***************
*** 166,172 ****
  means move forward to Nth following beginning of defun.
  Returns t unless search stops due to beginning or end of buffer.
  
! Normally a defun starts when there is an char with open-parenthesis
  syntax at the beginning of a line.  If `defun-prompt-regexp' is
  non-nil, then a string which matches that regexp may precede the
  open-parenthesis, and point ends up at the beginning of the line.
--- 166,172 ----
  means move forward to Nth following beginning of defun.
  Returns t unless search stops due to beginning or end of buffer.
  
! Normally a defun starts when there is a char with open-parenthesis
  syntax at the beginning of a line.  If `defun-prompt-regexp' is
  non-nil, then a string which matches that regexp may precede the
  open-parenthesis, and point ends up at the beginning of the line.




reply via email to

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