aboutsummaryrefslogtreecommitdiff
path: root/generic
diff options
context:
space:
mode:
authorDavid Aspinall2000-05-26 18:17:14 +0000
committerDavid Aspinall2000-05-26 18:17:14 +0000
commitc2889346242bf224915d1bfe7f22f3d5f3bf05e5 (patch)
treed142935d08c85ca47068f69d08ccdccaf2e99156 /generic
parent818dc1ee0fb4bf99e173fd67508cfcf44919182b (diff)
Docstring.
Diffstat (limited to 'generic')
-rw-r--r--generic/proof-syntax.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/proof-syntax.el b/generic/proof-syntax.el
index 4f58c795..2ad0a40d 100644
--- a/generic/proof-syntax.el
+++ b/generic/proof-syntax.el
@@ -18,7 +18,7 @@
(mapconcat (lambda (s) (concat "\\<" s "\\>")) l "\\|"))
(defun proof-anchor-regexp (e)
- "Anchor (^) and group the regexp."
+ "Anchor (^) and group the regexp E."
(concat "^\\(" e "\\)"))
(defun proof-regexp-alt (&rest args)