Mercurial > emacs
changeset 73735:7033930efeb9
(handwrite): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 06 Nov 2006 02:27:04 +0000 |
parents | 31a51cfc02a0 |
children | a273e3f81411 |
files | lisp/play/handwrite.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/play/handwrite.el Mon Nov 06 02:26:27 2006 +0000 +++ b/lisp/play/handwrite.el Mon Nov 06 02:27:04 2006 +0000 @@ -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)