diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2013-12-25 10:18:43 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-12-25 10:18:43 +0800 |
commit | 3a79600aa78d4d148c4c6b6a0a7a5ce625c582dc (patch) | |
tree | fbaf575af33aab9ea57e8e3848616c94bbf8e034 /doc/emacs | |
parent | 89c868adeef16e407569a3d607dd64ccadba17c7 (diff) |
Doc fixes (index and comment).
Diffstat (limited to 'doc/emacs')
-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 00a6c6a29a..9b6868857e 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2013-12-25 Xue Fuqiao <xfq.free@gmail.com> + + * files.texi (Diff Mode): Add an index. + 2013-12-24 Xue Fuqiao <xfq.free@gmail.com> * trouble.texi (Understanding Bug Reporting): Minor update. diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index c28a30bf82..5564f9a23f 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. @item C-c C-a @findex diff-apply-hunk +@cindex patches, applying Apply this hunk to its target file (@code{diff-apply-hunk}). With a prefix argument of @kbd{C-u}, revert this hunk. |