aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2012-12-02 15:13:44 +0800
committerChong Yidong2012-12-02 15:13:44 +0800
commit547d686504dbff205a392aec5a1cf91de310f520 (patch)
tree8f1756541bea17b297f1160c3d12a473b5f46102 /etc
parentff3d86d0996d665f9cbb217ca24a63e59b058460 (diff)
downloademacs-547d686504dbff205a392aec5a1cf91de310f520.tar.gz
emacs-547d686504dbff205a392aec5a1cf91de310f520.zip
Document the conversion of kbd into a function.
* doc/emacs/custom.texi (Init Rebinding): kbd is now a function. * doc/lispref/keymaps.texi (Key Sequences): kbd is now a function. Fixes: debbugs:13052
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS12
1 files changed, 9 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d9efc57b907..a16bdcfd44a 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -709,9 +709,9 @@ The function `user-variable-p' is now an obsolete alias for
709 709
710+++ 710+++
711** The return values of `defalias', `defun' and `defmacro' have changed, 711** The return values of `defalias', `defun' and `defmacro' have changed,
712and are now undefined. For backwards compatibility, defun and 712and are now undefined. For backwards compatibility, `defun' and
713defmacro currently return the name of the newly defined function/macro 713`defmacro' currently return the name of the newly defined
714but this should not be relied upon. 714function/macro, but this should not be relied upon.
715 715
716--- 716---
717** `face-spec-set' no longer sets frame-specific attributes when the 717** `face-spec-set' no longer sets frame-specific attributes when the
@@ -958,6 +958,12 @@ takes precedence over most other maps for a short while (normally one key).
958+++ 958+++
959** New macros `setq-local' and `defvar-local'. 959** New macros `setq-local' and `defvar-local'.
960 960
961** Changes to special forms and macros
962+++
963*** `defun' and `defmacro' are now macros rather than special forms
964+++
965*** `kbd' is now a function rather than a macro.
966
961+++ 967+++
962** New fringe bitmap `exclamation-mark'. 968** New fringe bitmap `exclamation-mark'.
963 969