Correct mistake in doc string

This commit is contained in:
louie 2018-01-07 11:07:41 +08:00
parent 196800efaa
commit d5fcb1f056

View file

@ -67,7 +67,7 @@ With prefix, only insert the deck name."
(unless prefix (anki-editor--set-tags-fix anki-editor-deck-tag))))) (unless prefix (anki-editor--set-tags-fix anki-editor-deck-tag)))))
(defun anki-editor-insert-note () (defun anki-editor-insert-note ()
"Insert a note heading with the same level as current heading. "Insert a note heading that's one level lower to current heading.
The inserted heading will be structured with the property drawer The inserted heading will be structured with the property drawer
and subheadings that correspond to the fields of the selected and subheadings that correspond to the fields of the selected
note type." note type."