diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-02-23 23:51:05 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-02-23 23:51:05 +0000 |
commit | 67edb19c82332de615fc970d3b6ab87277f82d84 (patch) | |
tree | 0e096821f2acbd2bfc0694b0e2ea71ccf630d962 /lisp/play | |
parent | e4ca0c5f8b581d50b3a4fd858f9f0643760d6dc4 (diff) | |
download | emacs-67edb19c82332de615fc970d3b6ab87277f82d84.tar.gz |
Load cl within eval-when-compile.
(decipher-font-lock-keywords): Fix doc patching error.
Diffstat (limited to 'lisp/play')
-rw-r--r-- | lisp/play/decipher.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/play/decipher.el b/lisp/play/decipher.el index f90e1f4a327..a4cf6179b7f 100644 --- a/lisp/play/decipher.el +++ b/lisp/play/decipher.el @@ -124,12 +124,12 @@ the tail of the list.") (1 font-lock-keyword-face) (2 font-lock-string-face))) "Expressions to fontify in Decipher mode. -! Ciphertext uses `font-lock-keyword-face', plaintext uses +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 display by changing these variables. For best results, I recommend that all faces use the same background color. -! For example, to display ciphertext in the `bold' face, use +For example, to display ciphertext in the `bold' face, use (add-hook 'decipher-mode-hook (lambda () (set (make-local-variable 'font-lock-keyword-face) 'bold))) |