From 98b5a2be4f3cf446acbc09a15747dbaba3bbcb81 Mon Sep 17 00:00:00 2001 From: duianto Date: Mon, 5 Sep 2016 01:54:39 +0200 Subject: [PATCH] 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" --- layers/+distributions/spacemacs-base/funcs.el | 2 +- layers/+spacemacs/spacemacs-layouts/funcs.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layers/+distributions/spacemacs-base/funcs.el b/layers/+distributions/spacemacs-base/funcs.el index 20fe41be9..407f68f05 100644 --- a/layers/+distributions/spacemacs-base/funcs.el +++ b/layers/+distributions/spacemacs-base/funcs.el @@ -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))))) diff --git a/layers/+spacemacs/spacemacs-layouts/funcs.el b/layers/+spacemacs/spacemacs-layouts/funcs.el index 38b7be761..9cd6c8e37 100644 --- a/layers/+spacemacs/spacemacs-layouts/funcs.el +++ b/layers/+spacemacs/spacemacs-layouts/funcs.el @@ -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)