diff options
| author | Stefan Monnier | 2008-06-10 02:44:48 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-06-10 02:44:48 +0000 |
| commit | 1d69bd9baabc358cf979aa92fd9f1e6072a0fbf3 (patch) | |
| tree | 3f5b4e92408f9d58053a0265f2bb64ef7ecb2745 /etc | |
| parent | 9552dbd17d9c4c4f701e5f4b6155023dbf061cd0 (diff) | |
| download | emacs-1d69bd9baabc358cf979aa92fd9f1e6072a0fbf3.tar.gz emacs-1d69bd9baabc358cf979aa92fd9f1e6072a0fbf3.zip | |
(apropos-function, apropos-macro, apropos-command)
(apropos-variable, apropos-face, apropos-group, apropos-widget)
(apropos-plist): Add apropos-short-label property.
(apropos-multi-type): New variables.
(apropos-command, apropos-value): Set it.
(apropos-compact-layout): New custom.
(apropos-print, apropos-print-doc): Use it.
(apropos-print): Truncate lines.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -63,7 +63,9 @@ default toolkit, but you can use --with-x-toolkit=gtk if necessary. | |||
| 63 | 63 | ||
| 64 | * Changes in Emacs 23.1 | 64 | * Changes in Emacs 23.1 |
| 65 | 65 | ||
| 66 | ** `apropos-library' describes the elements defined in a given library. | 66 | ** Apropos |
| 67 | *** `apropos-library' describes the elements defined in a given library. | ||
| 68 | *** Set `apropos-compact-layout' is you want a more compact (but wider) layout. | ||
| 67 | 69 | ||
| 68 | ** scroll-preserve-screen-position also preserves the column position. | 70 | ** scroll-preserve-screen-position also preserves the column position. |
| 69 | ** Completion. | 71 | ** Completion. |