1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00

(comint-match-partial-filename): Doc fix.

This commit is contained in:
Romain Francoise 2006-04-22 23:30:13 +00:00
parent 3705332d34
commit 7fcece574b
2 changed files with 5 additions and 1 deletions

View 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

View 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