General update for docstrings and comments & minor refactor
This commit is contained in:
parent
6790d666e0
commit
45c2221316
7 changed files with 12 additions and 14 deletions
|
@ -52,7 +52,7 @@
|
|||
|
||||
;;;###autoload
|
||||
(defun +workspace-get (name &optional noerror)
|
||||
"Returns a workspace (perspective hash table) named NAME."
|
||||
"Returns a workspace (perspective struct) named NAME."
|
||||
(when-let* ((persp (persp-get-by-name name)))
|
||||
(cond ((+workspace-p persp) persp)
|
||||
((not noerror) (error "'%s' is an invalid workspace" name)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue