summaryrefslogtreecommitdiff
path: root/lisp/play/decipher.el
diff options
context:
space:
mode:
authorSimon Marshall <simon@gnu.org>1998-02-20 14:58:27 +0000
committerSimon Marshall <simon@gnu.org>1998-02-20 14:58:27 +0000
commit883212ce6905a2bde30bf2dd5eb647a09fd597c4 (patch)
tree163701513d947fad31df18ea7a25bc8cac2392b1 /lisp/play/decipher.el
parentb6908641f2bd7e8df922058478086a0f0372b065 (diff)
downloademacs-883212ce6905a2bde30bf2dd5eb647a09fd597c4.tar.gz
Changed font-lock-reference-face to font-lock-constant-face.
Diffstat (limited to 'lisp/play/decipher.el')
-rw-r--r--lisp/play/decipher.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/play/decipher.el b/lisp/play/decipher.el
index f7d07ae13f3..307ac0d1732 100644
--- a/lisp/play/decipher.el
+++ b/lisp/play/decipher.el
@@ -116,7 +116,7 @@ the tail of the list.")
(defvar decipher-font-lock-keywords
'(("^:.*" . font-lock-keyword-face)
("^>.*" . font-lock-string-face)
- ("^%!.*" . font-lock-reference-face)
+ ("^%!.*" . font-lock-constant-face)
("^%.*" . font-lock-comment-face)
("\\`(\\([a-z]+\\) +\\([A-Z]+\\)"
(1 font-lock-string-face)
@@ -128,7 +128,7 @@ the tail of the list.")
Ciphertext uses `font-lock-keyword-face', plaintext uses
`font-lock-string-face', comments use `font-lock-comment-face', and
-checkpoints use `font-lock-reference-face'. You can customize the
+checkpoints use `font-lock-constant-face'. You can customize the
display by changing these variables. For best results, I recommend
that all faces use the same background color.