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 f7837522c9c..8d3e8c9c085 100644 --- a/doc/emacs/files.texi +++ b/doc/emacs/files.texi @@ -1363,7 +1363,7 @@ default, add this to your init file (@pxref{Hooks}): @example (add-hook 'diff-mode-hook - (lambda () (diff-auto-refine-hook -1))) + (lambda () (diff-auto-refine-mode -1))) @end example @item M-p |