@@ -2523,8 +2523,8 @@ particular subset of them, and sorting by various criteria.
2523
2523
2524
2524
Operations on marked buffers:
2525
2525
\\ <ibuffer-mode-map>
2526
- `\\[ibuffer-do-save]' - Save the marked buffers
2527
- `\\[ibuffer-do-view]' - View the marked buffers in this frame.
2526
+ `\\[ibuffer-do-save]' - Save the marked buffers.
2527
+ `\\[ibuffer-do-view]' - View the marked buffers in the selected frame.
2528
2528
`\\[ibuffer-do-view-other-frame]' - View the marked buffers in another frame.
2529
2529
`\\[ibuffer-do-revert]' - Revert the marked buffers.
2530
2530
`\\[ibuffer-do-toggle-read-only]' - Toggle read-only state of marked buffers.
@@ -2547,7 +2547,7 @@ Operations on marked buffers:
2547
2547
buffer's file as an argument.
2548
2548
`\\[ibuffer-do-eval]' - Evaluate a form in each of the marked buffers. This
2549
2549
is a very flexible command. For example, if you want to make all
2550
- of the marked buffers read only, try using (read-only-mode 1) as
2550
+ of the marked buffers read- only, try using (read-only-mode 1) as
2551
2551
the input form.
2552
2552
`\\[ibuffer-do-view-and-eval]' - As above, but view each buffer while the form
2553
2553
is evaluated.
@@ -2562,21 +2562,20 @@ Marking commands:
2562
2562
all unmarked buffers.
2563
2563
`\\[ibuffer-change-marks]' - Change the mark used on marked buffers.
2564
2564
`\\[ibuffer-unmark-forward]' - Unmark the buffer at point.
2565
- `\\[ibuffer-unmark-backward]' - Unmark the buffer at point, and move to the
2566
- previous line.
2565
+ `\\[ibuffer-unmark-backward]' - Unmark the previous buffer.
2567
2566
`\\[ibuffer-unmark-all]' - Unmark buffers marked with MARK.
2568
2567
`\\[ibuffer-unmark-all-marks]' - Unmark all marked buffers.
2569
2568
`\\[ibuffer-mark-by-mode]' - Mark buffers by major mode.
2570
2569
`\\[ibuffer-mark-unsaved-buffers]' - Mark all \" unsaved\" buffers.
2571
2570
This means that the buffer is modified, and has an associated file.
2572
2571
`\\[ibuffer-mark-modified-buffers]' - Mark all modified buffers,
2573
- regardless of whether or not they have an associated file.
2572
+ regardless of whether they have an associated file.
2574
2573
`\\[ibuffer-mark-special-buffers]' - Mark all buffers whose name begins and
2575
2574
ends with `*' .
2576
2575
`\\[ibuffer-mark-dissociated-buffers]' - Mark all buffers which have
2577
2576
an associated file, but that file doesn't currently exist.
2578
2577
`\\[ibuffer-mark-read-only-buffers]' - Mark all read-only buffers.
2579
- `\\[ibuffer-mark-dired-buffers]' - Mark buffers in `dired' mode.
2578
+ `\\[ibuffer-mark-dired-buffers]' - Mark buffers in `dired- mode' .
2580
2579
`\\[ibuffer-mark-help-buffers]' - Mark buffers in `help-mode' , `apropos-mode' , etc.
2581
2580
`\\[ibuffer-mark-old-buffers]' - Mark buffers older than `ibuffer-old-time' .
2582
2581
`\\[ibuffer-mark-for-delete]' - Mark the buffer at point for deletion.
@@ -2655,17 +2654,17 @@ Other commands:
2655
2654
2656
2655
** Information on Filtering:
2657
2656
2658
- You can filter your ibuffer view via different criteria. Each Ibuffer
2657
+ You can filter your Ibuffer view via different criteria. Each Ibuffer
2659
2658
buffer has its own stack of active filters. For example, suppose you
2660
2659
are working on an Emacs Lisp project. You can create an Ibuffer
2661
- buffer displays buffers in just `emacs-lisp' modes via
2660
+ buffer displaying only `emacs-lisp-mode' buffers via
2662
2661
`\\ [ibuffer-filter-by-mode] emacs-lisp-mode RET'. In this case, there
2663
2662
is just one entry on the filtering stack.
2664
2663
2665
2664
You can also combine filters. The various filtering commands push a
2666
2665
new filter onto the stack, and the filters combine to show just
2667
2666
buffers which satisfy ALL criteria on the stack. For example, suppose
2668
- you only want to see buffers in `emacs-lisp' mode, whose names begin
2667
+ you only want to see buffers in `emacs-lisp- mode' , whose names begin
2669
2668
with \" gnus\" . You can accomplish this via:
2670
2669
2671
2670
\\ [ibuffer-filter-by-mode] emacs-lisp-mode RET
@@ -2709,8 +2708,8 @@ will not be displayed multiple times if they would be included in
2709
2708
multiple filter groups; instead, the first filter group is used. The
2710
2709
filter groups are displayed in this order of precedence.
2711
2710
2712
- You may rearrange filter groups by using the regular
2713
- `\\[ibuffer-kill-line]' and `\\[ibuffer-yank]' pair . Yanked groups
2711
+ You may rearrange filter groups by using the usual pair
2712
+ `\\[ibuffer-kill-line]' and `\\[ibuffer-yank]' . Yanked groups
2714
2713
will be inserted before the group at point."
2715
2714
; ; Include state info next to the mode name.
2716
2715
(set (make-local-variable 'mode-line-process )
0 commit comments