summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar Nicolas Petton2021-03-15 09:54:42 +0100
committerGravatar Nicolas Petton2021-03-15 09:54:42 +0100
commit425e78770d0cde173991d10c5066d6cf21437124 (patch)
tree02249fed84ca5edde6e1abbf1ddff5331fdee1ed
parentf5b369c7b60bb4e1934386d8d5f3410b68d083d4 (diff)
downloadnroam-425e78770d0cde173991d10c5066d6cf21437124.tar.gz
nroam-425e78770d0cde173991d10c5066d6cf21437124.zip
* nroam-utils.el (nroam--insert-heading): Copyedit docstring.
-rw-r--r--nroam-utils.el2
1 files changed, 1 insertions, 1 deletions
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")