# HG changeset patch # User Juanma Barranquero # Date 1034873428 0 # Node ID d9a861a5b9d6d0c8a5b54446e1980074e410a9d5 # Parent 07d91c802db4cc516e676e0acf326e7447150394 (beginning-of-defun): Fix typo. diff -r 07d91c802db4 -r d9a861a5b9d6 lisp/emacs-lisp/lisp.el --- 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.