emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/comint.el


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/lisp/comint.el
Date: Sat, 22 Apr 2006 23:30:16 +0000

Index: emacs/lisp/comint.el
diff -u emacs/lisp/comint.el:1.339 emacs/lisp/comint.el:1.340
--- emacs/lisp/comint.el:1.339  Wed Apr 19 21:17:12 2006
+++ emacs/lisp/comint.el        Sat Apr 22 23:30:13 2006
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]