]> git.eshelyaron.com Git - emacs.git/commitdiff
(beginning-of-defun): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 21 Oct 2002 09:03:04 +0000 (09:03 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 21 Oct 2002 09:03:04 +0000 (09:03 +0000)
lisp/emacs-lisp/lisp.el

index 0cf4f0442dd4438e01c476c2e4dc891d9359df65..2be8f1c05b095fb8b58ef83e4c7af502dc29d206 100644 (file)
@@ -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.