diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-01-13 10:09:20 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-01-13 10:09:20 +0000 |
commit | 110c171f4d1ff9876c7e74d2e73aeed5b6460b8b (patch) | |
tree | e690a4b3f8baa5f34215d749120febd9d6947e1f /lisp/term.el | |
parent | 86886bce27fa394fb311e1f47bb4f799e001cf8b (diff) | |
download | emacs-110c171f4d1ff9876c7e74d2e73aeed5b6460b8b.tar.gz |
Fix typo.
Diffstat (limited to 'lisp/term.el')
-rw-r--r-- | lisp/term.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term.el b/lisp/term.el index 51faa6ff9ab..43350c4dd91 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -2375,7 +2375,7 @@ See `term-prompt-regexp'." ;;; your cursor over a string that's a filename and have it taken as default. ;;; ;;; If the command is given in a file buffer whose major mode is in -;;; SOURCE-MODES, then the the filename is the default file, and the +;;; SOURCE-MODES, then the filename is the default file, and the ;;; file's directory is the default directory. ;;; ;;; If the buffer isn't a source file buffer (e.g., it's the process buffer), |