diff options
| author | Xue Fuqiao | 2013-12-25 10:18:43 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-12-25 10:18:43 +0800 |
| commit | 3a79600aa78d4d148c4c6b6a0a7a5ce625c582dc (patch) | |
| tree | fbaf575af33aab9ea57e8e3848616c94bbf8e034 /doc | |
| parent | 89c868adeef16e407569a3d607dd64ccadba17c7 (diff) | |
| download | emacs-3a79600aa78d4d148c4c6b6a0a7a5ce625c582dc.tar.gz emacs-3a79600aa78d4d148c4c6b6a0a7a5ce625c582dc.zip | |
Doc fixes (index and comment).
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/files.texi | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 00a6c6a29a1..9b6868857e8 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-12-25 Xue Fuqiao <xfq.free@gmail.com> | ||
| 2 | |||
| 3 | * files.texi (Diff Mode): Add an index. | ||
| 4 | |||
| 1 | 2013-12-24 Xue Fuqiao <xfq.free@gmail.com> | 5 | 2013-12-24 Xue Fuqiao <xfq.free@gmail.com> |
| 2 | 6 | ||
| 3 | * trouble.texi (Understanding Bug Reporting): Minor update. | 7 | * trouble.texi (Understanding Bug Reporting): Minor update. |
diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index c28a30bf823..5564f9a23f3 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi | |||
| @@ -1419,6 +1419,7 @@ In a multi-file patch, kill the current file part. | |||
| 1419 | 1419 | ||
| 1420 | @item C-c C-a | 1420 | @item C-c C-a |
| 1421 | @findex diff-apply-hunk | 1421 | @findex diff-apply-hunk |
| 1422 | @cindex patches, applying | ||
| 1422 | Apply this hunk to its target file (@code{diff-apply-hunk}). With a | 1423 | Apply this hunk to its target file (@code{diff-apply-hunk}). With a |
| 1423 | prefix argument of @kbd{C-u}, revert this hunk. | 1424 | prefix argument of @kbd{C-u}, revert this hunk. |
| 1424 | 1425 | ||