aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <Pierre.Courtieu@cnam.fr>2018-08-18 19:33:23 +0200
committerGravatar Pierre Courtieu <Pierre.Courtieu@cnam.fr>2018-08-18 19:33:23 +0200
commit5f73b85cfcbb7cf0f39d212ce1d5a540e5b8ba22 (patch)
treea19ca0998160164a0af06c00cae1b0de13aaa030
parent37fa6de5424f62266593258d33cebad96d9d6d86 (diff)
parentb7f17b7ca09276be5cd29263bd5574fdd6fa4d2c (diff)
Merge branch 'master' of github.com:ProofGeneral/PG
-rw-r--r--INSTALL2
-rw-r--r--coq/coq.el5
2 files changed, 6 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 31331c2f..3b496bd7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -57,7 +57,7 @@ Detailed installation Notes for Proof General
Supported Emacs Versions.
-------------------------
-Please see COMPATIBILTY.
+Please see COMPATIBILITY.
If you're not sure of your version of Emacs, inspect the variable
`emacs-version' by doing:
diff --git a/coq/coq.el b/coq/coq.el
index d3009696..96a9bf41 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -1066,6 +1066,11 @@ With flag Printing All if some prefix arg is given (C-u)."
(coq-ask-do-show-all "Print" "Print")
(coq-ask-do "Print" "Print")))
+(defun coq-Print-Ltac ()
+ "Ask for an ident and print the corresponding Ltac term."
+ (interactive)
+ (coq-ask-do "Print Ltac" "Print Ltac"))
+
(defun coq-Print-with-implicits ()
"Ask for an ident and print the corresponding term."
(interactive)