diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -204,6 +204,11 @@ functions and variables. | |||
| 204 | 204 | ||
| 205 | * Lisp changes in Emacs 23.2 | 205 | * Lisp changes in Emacs 23.2 |
| 206 | 206 | ||
| 207 | ** You can control which binding is preferentially shown in menus and | ||
| 208 | docstrings by adding a `:advertised-binding' property to the corresponding | ||
| 209 | command's symbol. That property can hold a single binding or a list | ||
| 210 | of bindings. | ||
| 211 | |||
| 207 | ** New macro with-silent-modifications to tweak text properties without | 212 | ** New macro with-silent-modifications to tweak text properties without |
| 208 | affecting the buffer's modification state. | 213 | affecting the buffer's modification state. |
| 209 | ** All the default-FOO variables that hold the default value of the FOO | 214 | ** All the default-FOO variables that hold the default value of the FOO |