X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/41306318777a942420bc4feadbfacf662ea179dc..20aa42e8204f8f0139ba3880cb32ddf88acc9bf4:/lisp/progmodes/ada-prj.el diff --git a/lisp/progmodes/ada-prj.el b/lisp/progmodes/ada-prj.el index f6125545b9..3b71c5987e 100644 --- a/lisp/progmodes/ada-prj.el +++ b/lisp/progmodes/ada-prj.el @@ -1,6 +1,6 @@ ;;; ada-prj.el --- GUI editing of project files for the ada-mode -;; Copyright (C) 1998-2013 Free Software Foundation, Inc. +;; Copyright (C) 1998-2015 Free Software Foundation, Inc. ;; Author: Emmanuel Briot ;; Maintainer: Stephen Leake @@ -309,13 +309,13 @@ where the compilation is done.") "If you want to remotely compile, debug and run your application, specify the name of a remote machine here. This capability requires -the 'rsh' protocol on the remote machine.") +the `rsh' protocol on the remote machine.") (ada-prj-field 'cross_prefix "Prefix used in for the cross tool chain" "When working on multiple cross targets, it is most convenient to specify the prefix of the tool chain here. For instance, on PowerPc -vxworks, you would enter 'powerpc-wrs-vxworks-'. -To use JGNAT, enter 'j'.") +vxworks, you would enter `powerpc-wrs-vxworks-'. +To use JGNAT, enter `j'.") )