diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-01-16 16:19:01 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-01-16 16:19:01 +0000 |
commit | a8b6a3a6a0845515f99d5ac1a577c9f85316d82a (patch) | |
tree | 6b67254f58cef5b80914fce9ebf246a64b2c9ce3 /lisp/progmodes/ada-xref.el | |
parent | 6b588eb77e2c53e7045ac9be4d1864563f11674d (diff) | |
download | emacs-a8b6a3a6a0845515f99d5ac1a577c9f85316d82a.tar.gz |
(ada-convert-file-name): Fix typo in docstring.
Diffstat (limited to 'lisp/progmodes/ada-xref.el')
-rw-r--r-- | lisp/progmodes/ada-xref.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ada-xref.el b/lisp/progmodes/ada-xref.el index 77d4213a6db..2740d1cec14 100644 --- a/lisp/progmodes/ada-xref.el +++ b/lisp/progmodes/ada-xref.el @@ -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 |