diff options
Diffstat (limited to 'lisp/play/decipher.el')
-rw-r--r-- | lisp/play/decipher.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/decipher.el b/lisp/play/decipher.el index a80cb21151f..5431d7f068a 100644 --- a/lisp/play/decipher.el +++ b/lisp/play/decipher.el @@ -177,7 +177,7 @@ the tail of the list." (modify-syntax-entry c "_" table) ;Digits are not part of words (cl-incf c)) table) - "Decipher mode syntax table") + "Decipher mode syntax table.") (defvar-local decipher-alphabet nil) ;; This is an alist containing entries (PLAIN-CHAR . CIPHER-CHAR), |