changeset 70186:a2173a369f78

(comint-match-partial-filename): Doc fix.
author Romain Francoise <romain@orebokech.com>
date Sat, 22 Apr 2006 23:30:13 +0000
parents 43705aa48a69
children 9c4afe63f0af
files lisp/ChangeLog lisp/comint.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Apr 22 10:14:19 2006 +0000
+++ b/lisp/ChangeLog	Sat Apr 22 23:30:13 2006 +0000
@@ -1,3 +1,7 @@
+2006-04-23  Romain Francoise  <romain@orebokech.com>
+
+	* comint.el (comint-match-partial-filename): Doc fix.
+
 2006-04-21  Glenn Morris  <rgm@gnu.org>
 
 	* calendar/cal-menu.el (calendar-mode-map): Refer to
--- a/lisp/comint.el	Sat Apr 22 10:14:19 2006 +0000
+++ b/lisp/comint.el	Sat Apr 22 23:30:13 2006 +0000
@@ -2703,7 +2703,7 @@
     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