diff options
| author | Sean Whitton | 2024-10-04 09:40:16 +0800 |
|---|---|---|
| committer | Sean Whitton | 2024-10-04 09:40:59 +0800 |
| commit | d9e76c87a120305abc4701acb496ced103b4b4fb (patch) | |
| tree | 712405da47f7c3fb6e8a261e4fc7177cf6ebd9f2 | |
| parent | eeeb13bed476a0d1b744f31c8e18513346cfbe39 (diff) | |
| download | emacs-d9e76c87a120305abc4701acb496ced103b4b4fb.tar.gz emacs-d9e76c87a120305abc4701acb496ced103b4b4fb.zip | |
; diff-delete-other-hunks manual entry: Expand explanation
| -rw-r--r-- | doc/emacs/files.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index a7fef99c593..86b85f16d69 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi | |||
| @@ -1712,7 +1712,7 @@ Delete hunks other than the current one. If the region is active, this | |||
| 1712 | command deletes the hunks the region overlaps; otherwise it deletes all | 1712 | command deletes the hunks the region overlaps; otherwise it deletes all |
| 1713 | hunks other than the current hunk. This command does not work in a | 1713 | hunks other than the current hunk. This command does not work in a |
| 1714 | narrowed buffer because deleting hunks safely requires access to the | 1714 | narrowed buffer because deleting hunks safely requires access to the |
| 1715 | file headers. | 1715 | parts of the buffer where the hunks' file names are specified. |
| 1716 | 1716 | ||
| 1717 | @findex diff-refine-hunk | 1717 | @findex diff-refine-hunk |
| 1718 | @item C-c C-b | 1718 | @item C-c C-b |