mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-28 07:44:49 +00:00
Fix typo in org-list-demote-modify-bullet docstring
This commit is contained in:
parent
a0a5b10f7a
commit
4f9c82fcf7
@ -86,7 +86,7 @@ heading will be exposed in a children' view."
|
||||
(defcustom org-list-demote-modify-bullet nil
|
||||
"Default bullet type installed when demoting an item.
|
||||
This is an association list, for each bullet type, this alist will point
|
||||
to the bulled that should be used when this item is demoted."
|
||||
to the bullet that should be used when this item is demoted."
|
||||
:group 'org-plain-lists
|
||||
:type '(repeat
|
||||
(cons
|
||||
|
Loading…
Reference in New Issue
Block a user