From d5fcb1f056171b367ad7a0f9187bb30e0f3cfd1d Mon Sep 17 00:00:00 2001 From: louie Date: Sun, 7 Jan 2018 11:07:41 +0800 Subject: [PATCH] Correct mistake in doc string --- anki-editor.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anki-editor.el b/anki-editor.el index 0ba9fcb..d469420 100644 --- a/anki-editor.el +++ b/anki-editor.el @@ -67,7 +67,7 @@ With prefix, only insert the deck name." (unless prefix (anki-editor--set-tags-fix anki-editor-deck-tag))))) (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 and subheadings that correspond to the fields of the selected note type."