]> code.delx.au - gnu-emacs/blobdiff - etc/NEWS
Simplify export of symbols to GDB; fix related .gdbinit bugs.
[gnu-emacs] / etc / NEWS
index 2889367c605c6d9b2d8da66a3fb5d1f7dc8328ae..ce44a530e26a7fd0cba2086407ad88ee48c4be76 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -354,7 +354,7 @@ channel keys found, if any.
 
 *** `dired-do-async-shell-command' executes each file sequentially
 if the command ends in `;' (when operating on multiple files).
-Othwerwise, it executes the command on each file in parallel.
+Otherwise, it executes the command on each file in parallel.
 
 ** FFAP
 
@@ -498,6 +498,10 @@ still be supported for Emacs 24.x.
 \f
 * Lisp changes in Emacs 24.2
 
+** New functions `autoloadp' and `autoload-do-load'.
+
+** `function-get' fetches the property of a function, following aliases.
+
 ** `toggle-read-only' accepts a second argument specifying whether to
 print a message, if called from Lisp.