summaryrefslogtreecommitdiff
path: root/lisp/allout-widgets.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/allout-widgets.el')
-rw-r--r--lisp/allout-widgets.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/allout-widgets.el b/lisp/allout-widgets.el
index e4a8db8a628..3f5621fa349 100644
--- a/lisp/allout-widgets.el
+++ b/lisp/allout-widgets.el
@@ -132,7 +132,7 @@ Also enable `allout-auto-activation' for this to take effect upon
visiting an outline.
When this is set you can disable allout widgets in select files
-by setting `allout-widgets-mode-inhibit'
+by setting `allout-widgets-mode-inhibit'.
Instead of setting `allout-widgets-auto-activation' you can
explicitly invoke `allout-widgets-mode' in allout buffers where
@@ -867,7 +867,7 @@ Optional RECURSING is for internal use, to limit recursion."
)
;;;_ > allout-current-decorated-p ()
(defun allout-current-decorated-p ()
- "True if the current item is not decorated"
+ "True if the current item is not decorated."
(save-excursion
(if (allout-back-to-current-heading)
(if (> allout-recent-depth 0)