Mercurial > emacs
changeset 14653:79cf52c9ef93
Load cl within eval-when-compile.
(decipher-font-lock-keywords): Fix doc patching error.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 23 Feb 1996 23:51:05 +0000 |
parents | 1c0841475030 |
children | 4db721fba60b |
files | lisp/play/decipher.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/play/decipher.el Fri Feb 23 21:44:18 1996 +0000 +++ b/lisp/play/decipher.el Fri Feb 23 23:51:05 1996 +0000 @@ -124,12 +124,12 @@ (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)))