From: Dave Love Date: Wed, 20 Aug 2003 18:48:43 +0000 (+0000) Subject: (beginning-of-defun-function): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~9026 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7a0e9874341845577911414a127656a403bde45f;p=emacs.git (beginning-of-defun-function): Doc fix. --- diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el index c6ec7cf5b9e..2ca6d2a8915 100644 --- a/lisp/emacs-lisp/lisp.el +++ b/lisp/emacs-lisp/lisp.el @@ -157,8 +157,9 @@ normal recipe (see `beginning-of-defun'). Major modes can define this if defining `defun-prompt-regexp' is not sufficient to handle the mode's needs. -The function should go to the line on which the current defun starts, -and return non-nil, or should return nil if it can't find the beginning.") +The function (of no args) should go to the line on which the current +defun starts, and return non-nil, or should return nil if it can't +find the beginning.") (defun beginning-of-defun (&optional arg) "Move backward to the beginning of a defun.