summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-10-21 09:03:04 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-10-21 09:03:04 +0000
commitba5736c987ccdda04904dc0a3a9201ce4fb938cc (patch)
tree302cff49c291dbe98b104a3c0f287dcf20091953
parent06496e103aecd5f8670ce8fd3fdebf03702a2092 (diff)
downloademacs-ba5736c987ccdda04904dc0a3a9201ce4fb938cc.tar.gz
(beginning-of-defun): Fix typo.
-rw-r--r--lisp/emacs-lisp/lisp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el
index 0cf4f0442dd..2be8f1c05b0 100644
--- a/lisp/emacs-lisp/lisp.el
+++ b/lisp/emacs-lisp/lisp.el
@@ -157,7 +157,7 @@ With ARG, do it that many times. Negative arg -N
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.