aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/PG-adapting.texi
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2007-12-14 10:52:39 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2007-12-14 10:52:39 +0000
commitc2b44108df89ba871d691517324298d8d7095fa7 (patch)
treef65eda55ca3296b1452063c377ae9f1a4d640bab /doc/PG-adapting.texi
parenta273949edc75272520d5f71e0226482fba876fdc (diff)
Rename: proof-show-debug-messages -> proof-general-debug.
Diffstat (limited to 'doc/PG-adapting.texi')
-rw-r--r--doc/PG-adapting.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/PG-adapting.texi b/doc/PG-adapting.texi
index 0770c2b0..b7dbe86d 100644
--- a/doc/PG-adapting.texi
+++ b/doc/PG-adapting.texi
@@ -1840,7 +1840,7 @@ A good markup for the second string is to delimit with #'s, since
these are not valid syntax for elisp evaluation.
Elisp errors will be trapped when evaluating; set
-@code{proof-show-debug-messages} to be informed when this happens.
+@code{proof-general-debug} to be informed when this happens.
Example uses are to adjust PG's internal copies of proof assistant's
settings, or to make automatic dynamic syntax adjustments in Emacs to
@@ -3737,10 +3737,10 @@ by the filter is to send the next command from the queue.
@c links to helpful docs.
To debug Proof General, it may be helpful to set the
-configuration variable @code{proof-show-debug-messages}.
+configuration variable @code{proof-general-debug}.
-@c TEXI DOCSTRING MAGIC: proof-show-debug-messages
-@defopt proof-show-debug-messages
+@c TEXI DOCSTRING MAGIC: proof-general-debug
+@defopt proof-general-debug
Whether to display debugging messages in the response buffer.@*
If non-nil, debugging messages are displayed in the response giving
information about what Proof General is doing.