; Fix typos (bug#72167)
* lisp/minibuffer.el (completion-auto-deselect): Correct spelling of "minibuffer". * lisp/progmodes/peg.el (peg--actions): Correct spelling of "post-processing". * lisp/progmodes/php-ts-mode.el: Correct spelling of "taken".
This commit is contained in:
parent
8c7c4f4baa
commit
7093504da2
3 changed files with 3 additions and 3 deletions
|
@ -2529,7 +2529,7 @@ any completion candidate highlighted in *Completions* window (to
|
|||
indicate that it is the selected candidate) will be un-highlighted,
|
||||
and point in the *Completions* window will be moved off such a candidate.
|
||||
This means that `RET' (`minibuffer-choose-completion-or-exit') will exit
|
||||
the minubuffer with the minibuffer's current contents, instead of the
|
||||
the minibuffer with the minibuffer's current contents, instead of the
|
||||
selected completion candidate."
|
||||
:type '(choice (const :tag "Candidates in *Completions* stay selected as you type" nil)
|
||||
(const :tag "Typing deselects any completion candidate in *Completions*" t))
|
||||
|
|
|
@ -274,7 +274,7 @@
|
|||
"Actions collected along the current parse.
|
||||
Used at runtime for backtracking. It's a list ((POS . THUNK)...).
|
||||
Each THUNK is executed at the corresponding POS. Thunks are
|
||||
executed in a postprocessing step, not during parsing.")
|
||||
executed in a post-processing step, not during parsing.")
|
||||
|
||||
(defvar peg--errors nil
|
||||
"Data keeping track of the rightmost parse failure location.
|
||||
|
|
|
@ -209,7 +209,7 @@ symbol."
|
|||
(when (derived-mode-p 'php-ts-mode)
|
||||
(php-ts-mode-set-style val)))))
|
||||
|
||||
;; teken from c-ts-mode
|
||||
;; taken from c-ts-mode
|
||||
(defun php-ts-indent-style-safep (style)
|
||||
"Non-nil if STYLE's value is safe for file-local variables."
|
||||
(and (symbolp style) (not (functionp style))))
|
||||
|
|
Loading…
Add table
Reference in a new issue