1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(ada-convert-file-name): Fix typo in docstring.

This commit is contained in:
Juanma Barranquero 2008-01-16 16:19:01 +00:00
parent 6b588eb77e
commit a8b6a3a6a0

View File

@ -617,7 +617,7 @@ If NO-USER-QUESTION, don't prompt user for file. Call
(defun ada-convert-file-name (name)
"Convert from NAME to a name that can be used by the compilation commands.
This is overriden on VMS to convert from VMS filenames to Unix filenames."
This is overridden on VMS to convert from VMS filenames to Unix filenames."
name)
;; FIXME: use convert-standard-filename instead