diff options
Diffstat (limited to 'lisp/allout-widgets.el')
-rw-r--r-- | lisp/allout-widgets.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/allout-widgets.el b/lisp/allout-widgets.el index eb9085c9b0b..f31c3d8689e 100644 --- a/lisp/allout-widgets.el +++ b/lisp/allout-widgets.el @@ -481,9 +481,9 @@ text in allout item bodies.") \(That space is used to convey selected cues indicating body qualities, including things like: - - encryption ‘~’ - - numbering ‘#’ - - indirect reference ‘@’ + - encryption `~' + - numbering `#' + - indirect reference `@' - distinctive bullets - see `allout-distinctive-bullets-string'.)") ;;;_ = allout-span-to-category (defvar allout-span-to-category |