diff options
author | Miles Bader <miles@gnu.org> | 2000-09-19 02:43:33 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2000-09-19 02:43:33 +0000 |
commit | 6217eb5599f79aefabe1a56ac68d94a8278b683c (patch) | |
tree | 7a3972dfa7e2520e66f0c58078760bb4d37afe2d /lisp | |
parent | 1b7649bd059bc90cb7a94f727b7bf73c88390dc7 (diff) | |
download | emacs-6217eb5599f79aefabe1a56ac68d94a8278b683c.tar.gz emacs-6217eb5599f79aefabe1a56ac68d94a8278b683c.tar.bz2 emacs-6217eb5599f79aefabe1a56ac68d94a8278b683c.zip |
Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/diff-mode.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el index cc91877251d..a147390fe59 100644 --- a/lisp/diff-mode.el +++ b/lisp/diff-mode.el @@ -4,7 +4,7 @@ ;; Author: Stefan Monnier <monnier@cs.yale.edu> ;; Keywords: patch diff -;; Revision: $Id: diff-mode.el,v 1.13 2000/09/12 11:24:28 miles Exp $ +;; Revision: $Id: diff-mode.el,v 1.14 2000/09/18 08:15:38 miles Exp $ ;; This file is part of GNU Emacs. @@ -884,8 +884,8 @@ Only works for unified diffs." (defun diff-hunk-text (hunk destp &optional line-offset) "Returns the literal source text from HUNK, if DESTP is nil, otherwise the destination text. If LINE-OFFSET is non-nil, it should be a line-offset in -HUNK, and instead of a string, a cons cell is returned who's car is the -appropriate text, and who's cdr is the corresponding line-offset." +HUNK, and instead of a string, a cons cell is returned whose car is the +appropriate text, and whose cdr is the corresponding line-offset in that text." (with-temp-buffer (erase-buffer) (insert hunk) |