; Fix typos
This commit is contained in:
parent
c116d9f74c
commit
ba485eb949
76 changed files with 168 additions and 173 deletions
|
@ -2823,7 +2823,7 @@ blocks."
|
|||
(first-processed (l)
|
||||
(if-let ((p (cl-find-if (lambda (p) (comp-block-idom p)) l)))
|
||||
p
|
||||
(signal 'native-ice "cant't find first preprocessed"))))
|
||||
(signal 'native-ice "can't find first preprocessed"))))
|
||||
|
||||
(when-let ((blocks (comp-func-blocks comp-func))
|
||||
(entry (gethash 'entry blocks))
|
||||
|
|
|
@ -191,7 +191,7 @@ PARENTFN, CHILDRENFN, ACCEPTFN, and DELAY-CHILDREN-P have the same meaning as in
|
|||
(defun hierarchy-add-list (hierarchy list &optional wrap childrenfn)
|
||||
"Add to HIERARCHY the sub-lists in LIST.
|
||||
|
||||
If WRAP is non-nil, allow duplicate items in LIST by wraping each
|
||||
If WRAP is non-nil, allow duplicate items in LIST by wrapping each
|
||||
item in a cons (id . item). The root's id is 1.
|
||||
|
||||
CHILDRENFN is a function (defaults to `cdr') taking LIST as a
|
||||
|
|
|
@ -125,7 +125,7 @@
|
|||
;;;###autoload
|
||||
(defun read-multiple-choice (prompt choices &optional help-string show-help
|
||||
long-form)
|
||||
"Ask user to select an entry from CHOICES, promting with PROMPT.
|
||||
"Ask user to select an entry from CHOICES, prompting with PROMPT.
|
||||
This function allows to ask the user a multiple-choice question.
|
||||
|
||||
CHOICES should be a list of the form (KEY NAME [DESCRIPTION]).
|
||||
|
|
|
@ -569,7 +569,7 @@ spreadsheet files with invalid formatting."
|
|||
(signal 'singularity-error nil)) ;Shouldn't get here
|
||||
(singularity-error (error "No error from %s?" x))
|
||||
(error nil)))
|
||||
;;Test quit-handling in ses-update-cells. Cant' use `eval' here.
|
||||
;; Test quit-handling in ses-update-cells. Can't use `eval' here.
|
||||
(let ((inhibit-quit t))
|
||||
(setq quit-flag t)
|
||||
(condition-case nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue