Mercurial > emacs
changeset 47924:d9a861a5b9d6
(beginning-of-defun): Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 17 Oct 2002 16:50:28 +0000 |
parents | 07d91c802db4 |
children | 59510270b3ea |
files | lisp/emacs-lisp/lisp.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp.el Thu Oct 17 16:49:14 2002 +0000 +++ b/lisp/emacs-lisp/lisp.el Thu Oct 17 16:50:28 2002 +0000 @@ -166,7 +166,7 @@ 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 +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.