aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2012-11-07 14:54:43 +0800
committerChong Yidong2012-11-07 14:54:43 +0800
commitcce0aa5aac8ae6a7fbcf1e586ab5db1cb836e26a (patch)
tree1baea354c5e40e8c0c14ec27e10fc3a0349b9ec2 /etc
parent7c08f8ba7246ddd20f70e8306f646ac981a64f5a (diff)
downloademacs-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/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7023ce5cb98..cd463aad99b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -577,7 +577,7 @@ by a backslash. The default does not escape the newlines and assumes
577that the sql statement will be terminated by a semicolon. 577that 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
582at point, or the Nth column if a numeric prefix argument is given. 582at point, or the Nth column if a numeric prefix argument is given.
583 583