Revise docstrings & minor reformatting
This commit is contained in:
parent
ac21c09419
commit
adc8cba14b
6 changed files with 29 additions and 20 deletions
|
@ -342,7 +342,8 @@ end of the workspace list."
|
|||
;;;###autoload
|
||||
(dotimes (i 9)
|
||||
(defalias (intern (format "+workspace/switch-to-%d" i))
|
||||
(lambda () (interactive) (+workspace/switch-to i))))
|
||||
(lambda () (interactive) (+workspace/switch-to i))
|
||||
(format "Switch to workspace #%d" (1+ i))))
|
||||
|
||||
;;;###autoload
|
||||
(defun +workspace/switch-to-final ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue