diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2006-11-06 02:27:04 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2006-11-06 02:27:04 +0000 |
commit | 283bf437fe76ceba15212f7b8b604a7859ba9cbe (patch) | |
tree | e8b806a2a7d31211640d6c562ec72069fcd910ba /lisp/play/handwrite.el | |
parent | 530324e8ec14b9bc2edcdd9832b9d43948c525cf (diff) | |
download | emacs-283bf437fe76ceba15212f7b8b604a7859ba9cbe.tar.gz |
(handwrite): Fix typo in docstring.
Diffstat (limited to 'lisp/play/handwrite.el')
-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) |