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")