aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Mackenzie2009-06-15 09:05:17 +0000
committerAlan Mackenzie2009-06-15 09:05:17 +0000
commit7841339b76ed0a7410d2af69fd19fc964382b708 (patch)
treebeb450a7231b061a4558bceba0c938508ebd62d4
parent043dfe246086e70a991f4cee951ea14b1e417c26 (diff)
downloademacs-7841339b76ed0a7410d2af69fd19fc964382b708.tar.gz
emacs-7841339b76ed0a7410d2af69fd19fc964382b708.zip
Document changes to end-of-defun-function, clarifying entry for
beginning-of-defun-function.
-rw-r--r--etc/NEWS10
1 files changed, 8 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 979e8ed61cf..6f9573adc53 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1325,6 +1325,11 @@ temporary-file-directory instead.
1325removed. The function now takes extra arguments for specifying 1325removed. The function now takes extra arguments for specifying
1326arbitrary abbrev properties. 1326arbitrary abbrev properties.
1327 1327
1328** end-of-defun-function is now guaranteed to work only when called
1329from the start of a defun. It must now leave point exactly at the end
1330of defun, since `end-of-defun' now itself moves forward over
1331whitespace after calling it.
1332
1328 1333
1329* Lisp Changes in Emacs 23.1 1334* Lisp Changes in Emacs 23.1
1330 1335
@@ -1383,8 +1388,9 @@ like this:
1383** clone-indirect-buffer now runs the clone-indirect-buffer-hook. 1388** clone-indirect-buffer now runs the clone-indirect-buffer-hook.
1384 1389
1385+++ 1390+++
1386** `beginning-of-defun-function' now takes one argument, the count 1391** `beginning-of-defun-function' now takes one argument, the count given to
1387given to `beginning-of-defun'. 1392`beginning-of-defun'. (N.B. `end-of-defun-function' doesn't take any
1393arguments.)
1388 1394
1389+++ 1395+++
1390** `file-remote-p' has new optional parameters IDENTIFICATION and CONNECTED. 1396** `file-remote-p' has new optional parameters IDENTIFICATION and CONNECTED.