1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

Document changes to end-of-defun-function, clarifying entry for

beginning-of-defun-function.
This commit is contained in:
Alan Mackenzie 2009-06-15 09:05:17 +00:00
parent 043dfe2460
commit 7841339b76

View file

@ -1325,6 +1325,11 @@ temporary-file-directory instead.
removed. The function now takes extra arguments for specifying
arbitrary abbrev properties.
** end-of-defun-function is now guaranteed to work only when called
from the start of a defun. It must now leave point exactly at the end
of defun, since `end-of-defun' now itself moves forward over
whitespace after calling it.
* Lisp Changes in Emacs 23.1
@ -1383,8 +1388,9 @@ like this:
** clone-indirect-buffer now runs the clone-indirect-buffer-hook.
+++
** `beginning-of-defun-function' now takes one argument, the count
given to `beginning-of-defun'.
** `beginning-of-defun-function' now takes one argument, the count given to
`beginning-of-defun'. (N.B. `end-of-defun-function' doesn't take any
arguments.)
+++
** `file-remote-p' has new optional parameters IDENTIFICATION and CONNECTED.