diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-04-28 05:09:13 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-04-28 05:09:13 +0000 |
commit | 6ed3e595681c9c76a5056c9a6b30e92cc8481780 (patch) | |
tree | fa8a5d8bdc537af8cd3a0f0650b721be2250ff28 /lisp/allout.el | |
parent | 1ecc6145d808a276cb1ce4bfc9052dc1e9515388 (diff) | |
download | emacs-6ed3e595681c9c76a5056c9a6b30e92cc8481780.tar.gz |
Fix a typo in a doc string.
Diffstat (limited to 'lisp/allout.el')
-rw-r--r-- | lisp/allout.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/allout.el b/lisp/allout.el index b6542c1a5dc..dc19c1fa15a 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -301,7 +301,7 @@ alist, then use comment-start string, if any, then use default \(`.'). Set to the symbol for either of `allout-mode-leaders' or `comment-start' to use only one of them, respectively. -Value nil means to always use the default \(`.').t +Value nil means to always use the default \(`.'). comment-start strings that do not end in spaces are tripled, and an `_' underscore is tacked on the end, to distinguish them from regular |