]> git.eshelyaron.com Git - emacs.git/commitdiff
(end-of-defun-function): Docstring fix.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 14 Feb 2009 04:19:34 +0000 (04:19 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 14 Feb 2009 04:19:34 +0000 (04:19 +0000)
lisp/emacs-lisp/lisp.el

index 8c263881499996cae1da2a26db29fcbc9baa40bb..219f0253ff42c0f2a0c70ebc25e102356c71b8f9 100644 (file)
@@ -314,9 +314,10 @@ is called as a function to find the defun's beginning."
 
 (defvar end-of-defun-function #'forward-sexp
   "Function for `end-of-defun' to call.
-This is used to find the end of the defun.
+This is used to find the end of the defun at point.
 It is called with no argument, right after calling `beginning-of-defun-raw'.
-So the function can assume that point is at the beginning of the defun body.")
+So the function can assume that point is at the beginning of the defun body.
+It should move point to the first position after the defun.")
 
 (defun buffer-end (arg)
   "Return the \"far end\" position of the buffer, in direction ARG.