three words spellchecked

"horizonatl", swapped "a" and "t", resulting in: "horizontal"

"porpertized", swapped "o" and "r" , resulting in: "propertized"
"containg", added "in", resulting in: "containing"
This commit is contained in:
duianto 2016-09-05 01:54:39 +02:00 committed by d12frosted
parent 02da004026
commit 98b5a2be4f
No known key found for this signature in database
GPG Key ID: 8F60E862D6F5CE8F
2 changed files with 3 additions and 3 deletions

View File

@ -977,7 +977,7 @@ a split-side entry, its value must be usable as the SIDE argument for
(pop-to-buffer buffer '(spacemacs//display-in-split (split-side . right)))))
(defun spacemacs/find-file-split (file)
"find file in horizonatl split"
"find file in horizontal split"
(interactive "FFind file (split): ")
(let ((buffer (find-file-noselect file)))
(pop-to-buffer buffer '(spacemacs//display-in-split (split-side . below)))))

View File

@ -468,7 +468,7 @@ STATE is a window-state object as returned by `window-state-get'."
(spacemacs/workspaces-transient-state/body))
(defun spacemacs//workspace-format-name (workspace)
"Return a porpertized string given a WORKSPACE name."
"Return a propertized string given a WORKSPACE name."
(let* ((current (eq (eyebrowse--get 'current-slot) (car workspace)))
(name (nth 2 workspace))
(number (car workspace))
@ -510,7 +510,7 @@ defaults to the current frame."
(defun spacemacs//set-persp-workspace (workspace-params &optional persp frame)
"Set workspace parameters for perspective.
WORKSPACE-PARAMS should be a list containg 3 elements in this order:
WORKSPACE-PARAMS should be a list containing 3 elements in this order:
- window-configs, as returned by (eyebrowse--get 'window-configs)
- current-slot, as returned by (eyebrowse--get 'current-slot)
- last-slot, as returned by (eyebrowse--get 'last-slot)