]> code.delx.au - gnu-emacs/commitdiff
(comint-match-partial-filename): Doc fix.
authorRomain Francoise <romain@orebokech.com>
Sat, 22 Apr 2006 23:30:13 +0000 (23:30 +0000)
committerRomain Francoise <romain@orebokech.com>
Sat, 22 Apr 2006 23:30:13 +0000 (23:30 +0000)
lisp/ChangeLog
lisp/comint.el

index 85a93cb53580b5cc769e5daf9d6b06584f7d8bb0..6980220a8bf052a67ef0481cd2fb5ebc9db7ba89 100644 (file)
@@ -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
index f8edc85c1ac1d3d10204912fc8f04bdd0161d19b..946085661fc8fee67d745bd3eb6d61c0955f01df 100644 (file)
@@ -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