diff options
| author | Bastien Guerry | 2013-01-08 08:14:51 +0100 |
|---|---|---|
| committer | Bastien Guerry | 2013-01-08 08:14:51 +0100 |
| commit | 61a5bb859cc2026431ee7e300691b100167c87b1 (patch) | |
| tree | 2478dd77c4c7139c236e068fe8490b766e03e698 /etc | |
| parent | ca6a2684bde181c5d15cba08b86304f7f8e222af (diff) | |
| download | emacs-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/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -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' | ||
| 37 | shows all variables. When called with a universal prefix argument, | ||
| 38 | the two commands swap their behaviors. When `apropos-do-all' is | ||
| 39 | non-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, |
| 36 | if there is one. | 43 | if there is one. |
| 37 | 44 | ||