diff options
-rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
-rw-r--r-- | doc/emacs/files.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 644281c76b7..469fdc39cea 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2015-03-29 Dani Moncayo <dmoncayo@gmail.com> + + * files.texi (Diff Mode): Doc fix. + 2015-03-18 Eli Zaretskii <eliz@gnu.org> * misc.texi (Term Mode): diff --git a/doc/emacs/files.texi b/doc/emacs/files.texi index b12b28f9c17..21957d03ae9 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi @@ -1368,7 +1368,7 @@ remains ``correct''. To disable automatic line number correction, change the variable @code{diff-update-on-the-fly} to @code{nil}. Diff mode treats each hunk as an ``error message'', similar to -Compilation mode. Thus, you can use commands such as @kbd{C-x '} to +Compilation mode. Thus, you can use commands such as @kbd{C-x `} to visit the corresponding source locations. @xref{Compilation Mode}. In addition, Diff mode provides the following commands to navigate, |