diff options
| author | Chong Yidong | 2012-11-07 14:54:43 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-11-07 14:54:43 +0800 |
| commit | cce0aa5aac8ae6a7fbcf1e586ab5db1cb836e26a (patch) | |
| tree | 1baea354c5e40e8c0c14ec27e10fc3a0349b9ec2 /etc | |
| parent | 7c08f8ba7246ddd20f70e8306f646ac981a64f5a (diff) | |
| download | emacs-cce0aa5aac8ae6a7fbcf1e586ab5db1cb836e26a.tar.gz emacs-cce0aa5aac8ae6a7fbcf1e586ab5db1cb836e26a.zip | |
Doc improvements for Buffer Menu.
* buffers.texi (Several Buffers): List Buffer Menu command anmes,
and index the keybindings. Document tabulated-list-sort.
(Kill Buffer): Capitalize Buffer Menu.
* trouble.texi (Memory Full): Capitalize Buffer Menu.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -577,7 +577,7 @@ by a backslash. The default does not escape the newlines and assumes | |||
| 577 | that the sql statement will be terminated by a semicolon. | 577 | that the sql statement will be terminated by a semicolon. |
| 578 | 578 | ||
| 579 | ** Tabulated List and packages derived from it | 579 | ** Tabulated List and packages derived from it |
| 580 | 580 | +++ | |
| 581 | *** New command `tabulated-list-sort', bound to `S', sorts the column | 581 | *** New command `tabulated-list-sort', bound to `S', sorts the column |
| 582 | at point, or the Nth column if a numeric prefix argument is given. | 582 | at point, or the Nth column if a numeric prefix argument is given. |
| 583 | 583 | ||