aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2004-04-27 17:21:33 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2004-04-27 17:21:33 +0000
commite07f6ec07a32590699bbe7a4c813f9aea1d1ddba (patch)
tree116bacdb241255a4cd985b28619ad32d725fc63c /generic
parent52cd06a76615b67c114db85f21d611c4ff6a08da (diff)
Make response buffer hint shorter
Diffstat (limited to 'generic')
-rw-r--r--generic/pg-user.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/pg-user.el b/generic/pg-user.el
index f1ad146d..23edec50 100644
--- a/generic/pg-user.el
+++ b/generic/pg-user.el
@@ -1023,7 +1023,7 @@ If NUM is negative, move upwards. Return new span."
(defun pg-response-buffers-hint (&optional nextbuf)
(pg-hint
(format
- "\\[proof-prf] displays goals;%s \\[proof-layout-windows] refreshes"
+ "\\[proof-prf] for goals;%s \\[proof-layout-windows] refreshes"
(if (not proof-multiple-frames-enable) ;; and not proof-three-window-enable?
(format " \\[proof-display-some-buffers] rotates output%s;"
(if nextbuf (concat " (next:" nextbuf ")") ""))