diff options
| author | Glenn Morris | 2013-12-06 09:31:42 -0500 |
|---|---|---|
| committer | Glenn Morris | 2013-12-06 09:31:42 -0500 |
| commit | 652b969ea12b16436a4a2be37be4cbcb257282ca (patch) | |
| tree | 9c88cc45b7520f0ec7e36dc0021e548fe8954447 | |
| parent | fa834a93da52976387fe71c0034d0c8d9437fe6b (diff) | |
| download | emacs-652b969ea12b16436a4a2be37be4cbcb257282ca.tar.gz emacs-652b969ea12b16436a4a2be37be4cbcb257282ca.zip | |
NEWS trivia
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -171,7 +171,7 @@ monitor, use the new functions above. Similar notes also apply to | |||
| 171 | `x-display-pixel-width', `x-display-pixel-height', `display-mm-width', | 171 | `x-display-pixel-width', `x-display-pixel-height', `display-mm-width', |
| 172 | `display-mm-height', `x-display-mm-width', and `x-display-mm-height'. | 172 | `display-mm-height', `x-display-mm-width', and `x-display-mm-height'. |
| 173 | 173 | ||
| 174 | ** New macro `alternatives-define' can be used to define generic commands. | 174 | ** New macro `define-alternatives' can be used to define generic commands. |
| 175 | Generic commands are interactive functions whose implementation can be | 175 | Generic commands are interactive functions whose implementation can be |
| 176 | selected among several alternatives, as a matter of user preference. | 176 | selected among several alternatives, as a matter of user preference. |
| 177 | 177 | ||