Mercurial > emacs
changeset 52287:aece5dd1efda
(beginning-of-defun-function): Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 20 Aug 2003 18:48:43 +0000 |
parents | 2c851f739011 |
children | c701c5555888 |
files | lisp/emacs-lisp/lisp.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.