(internal): refactor org-roam--pluralize (#525)

master
Leo Vivier 6 years ago committed by GitHub
parent 487025aa2f
commit 4142300501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      org-roam-buffer.el

@ -108,7 +108,7 @@ When non-nil, the window will not be closed when deleting other windows."
(wrong-type (signal 'wrong-type-argument
`((listp integerp)
,wrong-type))))))
(format "%s%s" string (if (> l 1) "s" ""))))
(concat string (when (> l 1) "s"))))
(defun org-roam-buffer--insert-citelinks ()
"Insert citation backlinks for the current buffer."

Loading…
Cancel
Save