Browse Source

* nroam-utils.el (nroam--insert-heading): Copyedit docstring.

master
Nicolas Petton 2 years ago
parent
commit
425e78770d
No known key found for this signature in database GPG Key ID: E8BCD7866AFCF978
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      nroam-utils.el

+ 1
- 1
nroam-utils.el View File

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


Loading…
Cancel
Save