Mercurial > emacs
comparison lisp/term.el @ 42706:be541feb06cc
Fix typo.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Sun, 13 Jan 2002 10:09:20 +0000 |
parents | 7308bbc423d5 |
children | 89b8de61964f |
comparison
equal
deleted
inserted
replaced
42705:963ac6b8fb83 | 42706:be541feb06cc |
---|---|
2373 ;;; the string is an existing filename, *and* the filename is not a directory, | 2373 ;;; the string is an existing filename, *and* the filename is not a directory, |
2374 ;;; then the string is taken as default. This allows you to just position | 2374 ;;; then the string is taken as default. This allows you to just position |
2375 ;;; your cursor over a string that's a filename and have it taken as default. | 2375 ;;; your cursor over a string that's a filename and have it taken as default. |
2376 ;;; | 2376 ;;; |
2377 ;;; If the command is given in a file buffer whose major mode is in | 2377 ;;; If the command is given in a file buffer whose major mode is in |
2378 ;;; SOURCE-MODES, then the the filename is the default file, and the | 2378 ;;; SOURCE-MODES, then the filename is the default file, and the |
2379 ;;; file's directory is the default directory. | 2379 ;;; file's directory is the default directory. |
2380 ;;; | 2380 ;;; |
2381 ;;; If the buffer isn't a source file buffer (e.g., it's the process buffer), | 2381 ;;; If the buffer isn't a source file buffer (e.g., it's the process buffer), |
2382 ;;; then the default directory & file are what was used in the last source-file | 2382 ;;; then the default directory & file are what was used in the last source-file |
2383 ;;; processing command (i.e., PREVIOUS-DIR/FILE). If this is the first time | 2383 ;;; processing command (i.e., PREVIOUS-DIR/FILE). If this is the first time |