# HG changeset patch # User Dave Love # Date 1061405323 0 # Node ID aece5dd1efda3497cf8e9a60afdf791d90a368de # Parent 2c851f739011f843dcdb0da995f6950b4a48320c (beginning-of-defun-function): Doc fix. diff -r 2c851f739011 -r aece5dd1efda lisp/emacs-lisp/lisp.el --- a/lisp/emacs-lisp/lisp.el Wed Aug 20 18:46:55 2003 +0000 +++ b/lisp/emacs-lisp/lisp.el Wed Aug 20 18:48:43 2003 +0000 @@ -157,8 +157,9 @@ 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.