From 7fcece574b2fc63f5828f5e3952d68c32d0b122e Mon Sep 17 00:00:00 2001 From: Romain Francoise Date: Sat, 22 Apr 2006 23:30:13 +0000 Subject: [PATCH] (comint-match-partial-filename): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/comint.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 85a93cb5358..6980220a8bf 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 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