diff options
author | Chong Yidong <cyd@gnu.org> | 2012-01-07 16:14:45 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-01-07 16:14:45 +0800 |
commit | 9858c69b83c316fe4dea832df879850afdba3a2e (patch) | |
tree | 09854e6c2500701d55580e1b5cb4e58607f03927 /doc/emacs | |
parent | 1de77c4c0947a935ca80f88fdbdc9c334af51fc5 (diff) | |
download | emacs-9858c69b83c316fe4dea832df879850afdba3a2e.tar.gz |
Fix last change.
Diffstat (limited to 'doc/emacs')
-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 |