X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/1289a9cbad2c7019c10fb051f9d2b3099e9418e3..f10533854f4c7bb54247a11981191bf37b70cb36:/packages/ada-mode/ada-gnat-xref.el diff --git a/packages/ada-mode/ada-gnat-xref.el b/packages/ada-mode/ada-gnat-xref.el index 53553b396..4d49aa74a 100644 --- a/packages/ada-mode/ada-gnat-xref.el +++ b/packages/ada-mode/ada-gnat-xref.el @@ -44,7 +44,7 @@ (defconst ada-gnat-file-line-col-regexp "\\(.*\\):\\([0-9]+\\):\\([0-9]+\\)") (defun ada-gnat-xref-other (identifier file line col) - "For `ada-xref-other-function', using 'gnat find', which is Ada-specific." + "For `ada-xref-other-function', using `gnat find', which is Ada-specific." (when (eq ?\" (aref identifier 0)) ;; gnat find wants the quotes on operators, but the column is after the first quote. @@ -93,7 +93,7 @@ result)) (defun ada-gnat-xref-parents (identifier file line col) - "For `ada-xref-parents-function', using 'gnat find', which is Ada-specific." + "For `ada-xref-parents-function', using `gnat find', which is Ada-specific." (let* ((arg (format "%s:%s:%d:%d" identifier file line col)) (switches (list