aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-06-14 14:34:40 +0000
committerJuanma Barranquero2005-06-14 14:34:40 +0000
commit3b696504cd460dcf4b4f1655d946e2ad4c148fd2 (patch)
tree4328827105340bbc898c801bb2b9c59ba22159c1
parentb59f605b06d8ab6eac60de0744a5ae8c63ec6b40 (diff)
downloademacs-3b696504cd460dcf4b4f1655d946e2ad4c148fd2.tar.gz
emacs-3b696504cd460dcf4b4f1655d946e2ad4c148fd2.zip
(diff-mode): Fix typo in docstring.
-rw-r--r--lisp/diff-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el
index fa8ef2e1565..1cb5111dcfb 100644
--- a/lisp/diff-mode.el
+++ b/lisp/diff-mode.el
@@ -935,7 +935,7 @@ See `after-change-functions' for the meaning of BEG, END and LEN."
935Supports unified and context diffs as well as (to a lesser extent) 935Supports unified and context diffs as well as (to a lesser extent)
936normal diffs. 936normal diffs.
937When the buffer is read-only, the ESC prefix is not necessary. 937When the buffer is read-only, the ESC prefix is not necessary.
938IF you edit the buffer manually, diff-mode will try to update the hunk 938If you edit the buffer manually, diff-mode will try to update the hunk
939headers for you on-the-fly. 939headers for you on-the-fly.
940 940
941You can also switch between context diff and unified diff with \\[diff-context->unified], 941You can also switch between context diff and unified diff with \\[diff-context->unified],