comparison lisp/comint.el @ 42706:be541feb06cc

Fix typo.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 13 Jan 2002 10:09:20 +0000
parents 13a21b2786c0
children aeec841a65cf
comparison
equal deleted inserted replaced
42705:963ac6b8fb83 42706:be541feb06cc
2324 ;; the string is an existing filename, *and* the filename is not a directory, 2324 ;; the string is an existing filename, *and* the filename is not a directory,
2325 ;; then the string is taken as default. This allows you to just position 2325 ;; then the string is taken as default. This allows you to just position
2326 ;; your cursor over a string that's a filename and have it taken as default. 2326 ;; your cursor over a string that's a filename and have it taken as default.
2327 ;; 2327 ;;
2328 ;; If the command is given in a file buffer whose major mode is in 2328 ;; If the command is given in a file buffer whose major mode is in
2329 ;; SOURCE-MODES, then the the filename is the default file, and the 2329 ;; SOURCE-MODES, then the filename is the default file, and the
2330 ;; file's directory is the default directory. 2330 ;; file's directory is the default directory.
2331 ;; 2331 ;;
2332 ;; If the buffer isn't a source file buffer (e.g., it's the process buffer), 2332 ;; If the buffer isn't a source file buffer (e.g., it's the process buffer),
2333 ;; then the default directory & file are what was used in the last source-file 2333 ;; then the default directory & file are what was used in the last source-file
2334 ;; processing command (i.e., PREVIOUS-DIR/FILE). If this is the first time 2334 ;; processing command (i.e., PREVIOUS-DIR/FILE). If this is the first time