diff options
author | Glenn Morris <rgm@gnu.org> | 2018-03-23 16:01:12 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-03-23 16:01:12 -0400 |
commit | 7d6c7d0b461705fd67f7df1096b6f6376931f140 (patch) | |
tree | 1e7357ec992af7bd13ab2251d8b4c654d3a40a4d /lisp/vc/ediff-diff.el | |
parent | 1bc4def8ca6d9bf9096af8ea3185c428f36b2c5a (diff) | |
download | emacs-7d6c7d0b461705fd67f7df1096b6f6376931f140.tar.gz emacs-7d6c7d0b461705fd67f7df1096b6f6376931f140.tar.bz2 emacs-7d6c7d0b461705fd67f7df1096b6f6376931f140.zip |
; Use GNU not Gnu in docs
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 f2944e5708c..34410923ad4 100644 --- a/lisp/vc/ediff-diff.el +++ b/lisp/vc/ediff-diff.el @@ -909,7 +909,7 @@ delimiter regions")) (defun ediff-get-diff3-group (file) ;; This save-excursion allows ediff-get-diff3-group to be called for the ;; various groups of lines (1, 2, 3) in any order, and for the lines to - ;; appear in any order. The reason this is necessary is that Gnu diff3 + ;; appear in any order. The reason this is necessary is that GNU diff3 ;; can produce the groups in the order 1, 2, 3 or 1, 3, 2. (save-excursion (re-search-forward |