diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/buffers.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/emacs/buffers.texi b/doc/emacs/buffers.texi index 2eb837f1510..c70e583b9ed 100644 --- a/doc/emacs/buffers.texi +++ b/doc/emacs/buffers.texi | |||
| @@ -411,6 +411,18 @@ Remove all flags from the current line, and move down | |||
| 411 | @kindex DEL @r{(Buffer Menu)} | 411 | @kindex DEL @r{(Buffer Menu)} |
| 412 | Move to the previous line and remove all flags on that line | 412 | Move to the previous line and remove all flags on that line |
| 413 | (@code{Buffer-menu-backup-unmark}). | 413 | (@code{Buffer-menu-backup-unmark}). |
| 414 | |||
| 415 | @item M-@key{DEL} | ||
| 416 | @findex Buffer-menu-unmark-all-buffers | ||
| 417 | @kindex M-DEL @r{(Buffer Menu)} | ||
| 418 | Remove a particular flag from all lines | ||
| 419 | (@code{Buffer-menu-unmark-all-buffers}). | ||
| 420 | |||
| 421 | @item U | ||
| 422 | @findex Buffer-menu-unmark-all | ||
| 423 | @kindex U @r{(Buffer Menu)} | ||
| 424 | Remove all flags from all the lines | ||
| 425 | (@code{Buffer-menu-unmark-all}). | ||
| 414 | @end table | 426 | @end table |
| 415 | 427 | ||
| 416 | @noindent | 428 | @noindent |