From: Romain Francoise Date: Sat, 22 Apr 2006 23:30:13 +0000 (+0000) Subject: (comint-match-partial-filename): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~2985 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/7fcece574b2fc63f5828f5e3952d68c32d0b122e (comint-match-partial-filename): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 85a93cb535..6980220a8b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2006-04-23 Romain Francoise + + * comint.el (comint-match-partial-filename): Doc fix. + 2006-04-21 Glenn Morris * calendar/cal-menu.el (calendar-mode-map): Refer to diff --git a/lisp/comint.el b/lisp/comint.el index f8edc85c1a..946085661f 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