diff options
| author | David Aspinall | 2005-08-09 14:55:21 +0000 |
|---|---|---|
| committer | David Aspinall | 2005-08-09 14:55:21 +0000 |
| commit | ca5256e22030b5575ae5b04bcc4598670b4d27f1 (patch) | |
| tree | a17883a3529c6cc61ca58e601a2342aced1c786e | |
| parent | 58e948aac6bd704a6f56bf8597a3da70c0c6e206 (diff) | |
Documentation.
| -rw-r--r-- | generic/proof-site.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/proof-site.el b/generic/proof-site.el index 83a84532..76d18196 100644 --- a/generic/proof-site.el +++ b/generic/proof-site.el @@ -223,7 +223,7 @@ Note: to change proof assistant, you must start a new Emacs session.") (if (fboundp 'replace-in-string) ;; XEmacs (replace-in-string (downcase assistant-name) "/\\|[ \t]+" "-") - ;; FSF + ;; GNU Emacs (subst-char-in-string ?/ ?\- (subst-char-in-string ?\ ?\- (downcase assistant-name))))) |
