diff lisp/emacs-lisp/lisp.el @ 52287:aece5dd1efda

(beginning-of-defun-function): Doc fix.
author Dave Love <fx@gnu.org>
date Wed, 20 Aug 2003 18:48:43 +0000
parents c27a29e35a85
children 695cf19ef79e
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.