From 425e78770d0cde173991d10c5066d6cf21437124 Mon Sep 17 00:00:00 2001 From: Nicolas Petton Date: Mon, 15 Mar 2021 09:54:42 +0100 Subject: * nroam-utils.el (nroam--insert-heading): Copyedit docstring. --- nroam-utils.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nroam-utils.el') diff --git a/nroam-utils.el b/nroam-utils.el index 8dea64f..737691b 100644 --- a/nroam-utils.el +++ b/nroam-utils.el @@ -36,7 +36,7 @@ (defun nroam--insert-heading (level title &optional tags) "Insert TITLE as a section heading with LEVEL stars. -Add the string or list of strings as TAGS to the heading." +When non-nil, add the string or list of strings as TAGS to the heading." (let ((pos (point)) (stars (make-string level ?*))) (insert stars " " title "\n") -- cgit v1.2.3-54-g00ecf