emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/emacs-lisp lisp.el


From: Stefan Monnier
Subject: [Emacs-diffs] emacs/lisp/emacs-lisp lisp.el
Date: Sat, 14 Feb 2009 04:19:34 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        09/02/14 04:19:34

Modified files:
        lisp/emacs-lisp: lisp.el 

Log message:
        (end-of-defun-function): Docstring fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/emacs-lisp/lisp.el?cvsroot=emacs&r1=1.97&r2=1.98

Patches:
Index: lisp.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/lisp.el,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -b -r1.97 -r1.98
--- lisp.el     12 Feb 2009 04:31:03 -0000      1.97
+++ lisp.el     14 Feb 2009 04:19:34 -0000      1.98
@@ -314,9 +314,10 @@
 
 (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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]