]> git.eshelyaron.com Git - emacs.git/commitdiff
Load cl within eval-when-compile.
authorRichard M. Stallman <rms@gnu.org>
Fri, 23 Feb 1996 23:51:05 +0000 (23:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 23 Feb 1996 23:51:05 +0000 (23:51 +0000)
(decipher-font-lock-keywords): Fix doc patching error.

lisp/play/decipher.el

index f90e1f4a3273c40e95e8ee16c2d80c9f29237015..a4cf6179b7fbdefe9edc59ed0c97c9dc129ee528 100644 (file)
@@ -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)))