aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorBastien Guerry2013-01-08 08:14:51 +0100
committerBastien Guerry2013-01-08 08:14:51 +0100
commit61a5bb859cc2026431ee7e300691b100167c87b1 (patch)
tree2478dd77c4c7139c236e068fe8490b766e03e698 /etc
parentca6a2684bde181c5d15cba08b86304f7f8e222af (diff)
downloademacs-61a5bb859cc2026431ee7e300691b100167c87b1.tar.gz
emacs-61a5bb859cc2026431ee7e300691b100167c87b1.zip
etc/NEWS: Document the change wrt `apropos-user-option' and `apropos-variable'
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4035276467d..d826ec37458 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -32,6 +32,13 @@ configure option `--without-acl'.
32* Changes in Emacs 24.4 32* Changes in Emacs 24.4
33 33
34+++ 34+++
35** `apropos-variable' is now `apropos-user-option'
36`apropos-user-option' shows all user options while `apropos-variable'
37shows all variables. When called with a universal prefix argument,
38the two commands swap their behaviors. When `apropos-do-all' is
39non-nil, they output the same results.
40
41+++
35** `eval-defun' on an already defined defcustom calls the :set function, 42** `eval-defun' on an already defined defcustom calls the :set function,
36if there is one. 43if there is one.
37 44