diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 03:34:51 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 03:34:51 +0000 |
commit | 08fffc3fb4dbd2938f900bc17e207fca9e6e2cba (patch) | |
tree | 8b78af4b110a7ccf5bc4cd456d93cf505bb640c8 | |
parent | a7253b5a6c3680944789fcbe94a4ecdd0674b38b (diff) | |
download | emacs-08fffc3fb4dbd2938f900bc17e207fca9e6e2cba.tar.gz |
(org): Fix typo in docstring.
-rw-r--r-- | lisp/textmodes/org.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el index f9f4f2428ea..1551738050b 100644 --- a/lisp/textmodes/org.el +++ b/lisp/textmodes/org.el @@ -193,7 +193,7 @@ "Are we using the new outline mode?") (defgroup org nil - "Outline-based notes management and organizer " + "Outline-based notes management and organizer." :tag "Org" :group 'outlines :group 'hypermedia |