Mercurial > emacs
changeset 79857:f8e2d487fe6e
(ada-convert-file-name): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 16 Jan 2008 16:19:01 +0000 |
parents | ee51adf0aeff |
children | 9fa0520f65d5 |
files | lisp/progmodes/ada-xref.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/ada-xref.el Wed Jan 16 16:18:32 2008 +0000 +++ b/lisp/progmodes/ada-xref.el Wed Jan 16 16:19:01 2008 +0000 @@ -617,7 +617,7 @@ (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