diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-11-20 20:35:27 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-11-20 20:35:27 +0100 |
commit | fe7a3057a38e896a9c4ad12c831fb84a5d808691 (patch) | |
tree | bcb23e440925fde576409d960a71ee6df320331a /lisp/vc/ediff-diff.el | |
parent | 09f5d05492b6c78421c71858d0d5c4434218b8fc (diff) | |
download | emacs-fe7a3057a38e896a9c4ad12c831fb84a5d808691.tar.gz |
Fix typos.
Diffstat (limited to 'lisp/vc/ediff-diff.el')
-rw-r--r-- | lisp/vc/ediff-diff.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/ediff-diff.el b/lisp/vc/ediff-diff.el index 20c83429ced..85ec49885bd 100644 --- a/lisp/vc/ediff-diff.el +++ b/lisp/vc/ediff-diff.el @@ -1292,7 +1292,7 @@ delimiter regions")) Used for splitting difference regions into individual words.") (make-variable-buffer-local 'ediff-forward-word-function) -;; \240 is unicode symbol for nonbreakable whitespace +;; \240 is Unicode symbol for nonbreakable whitespace (defvar ediff-whitespace " \n\t\f\r\240" "*Characters constituting white space. These characters are ignored when differing regions are split into words.") |