]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/ada-mode/ada-fix-error.el
publish ada-mode 5.1.6, wisi 1.0.6, new package ada-ref-man
[gnu-emacs-elpa] / packages / ada-mode / ada-fix-error.el
index e8115fa38f5579e14414df44914a4d54ab7de326..33d202f5bbcb9cb18313dc6dc1aab7fdb2af0c82 100644 (file)
   :group 'ada)
 
 (defvar ada-fix-context-clause nil
-  "Function to return the region containing the context clause for the current buffer.
-Called with no arguments; return (BEGIN . END). BEGIN and
-END must be at beginning of line.  If there is no context
-clause, BEGIN = END, at start of compilation unit.")
+  "Function to return the region containing the context clause for the current buffer,
+excluding leading pragmas.  Called with no arguments;
+return (BEGIN . END). BEGIN and END must be at beginning of line.
+If there is no context clause, BEGIN = END, at start of
+compilation unit.")
 
 (defun ada-fix-context-clause ()
   (when ada-fix-context-clause