diff options
author | Romain Francoise <romain@orebokech.com> | 2006-04-22 23:30:13 +0000 |
---|---|---|
committer | Romain Francoise <romain@orebokech.com> | 2006-04-22 23:30:13 +0000 |
commit | 7fcece574b2fc63f5828f5e3952d68c32d0b122e (patch) | |
tree | dbad7bebf540f5aac72429d7186c1c9178a12a37 /lisp/comint.el | |
parent | 3705332d34464ebeb3774049b79f5ce96ee879bb (diff) | |
download | emacs-7fcece574b2fc63f5828f5e3952d68c32d0b122e.tar.gz |
(comint-match-partial-filename): Doc fix.
Diffstat (limited to 'lisp/comint.el')
-rw-r--r-- | lisp/comint.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el index f8edc85c1ac..946085661fc 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -2703,7 +2703,7 @@ interpreter (e.g., the percent notation of cmd.exe on NT)." name)) (defun comint-match-partial-filename () - "Return the filename at point, or nil if non is found. + "Return the filename at point, or nil if none is found. Environment variables are substituted. See `comint-word'." (let ((filename (comint-word comint-file-name-chars))) (and filename (comint-substitute-in-file-name |