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:
parent
3705332d34
commit
7fcece574b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user