diff options
| -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 |