diff options
-rw-r--r-- | lisp/play/handwrite.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/handwrite.el b/lisp/play/handwrite.el index 5e9ba975607..ed273de635d 100644 --- a/lisp/play/handwrite.el +++ b/lisp/play/handwrite.el @@ -77,7 +77,7 @@ ;; Variables (defgroup handwrite nil - "Turns your emacs buffer into a handwritten document." + "Turns your Emacs buffer into a handwritten document." :prefix "handwrite-" :group 'games) |