Fix typos.
This commit is contained in:
parent
17e845af73
commit
cd1181dbec
96 changed files with 250 additions and 179 deletions
|
@ -392,7 +392,7 @@ DATA is displayed to the user and should state the reason of the failure."
|
|||
;; compiling doesn't depend on cl and thus doesn't need an
|
||||
;; environment arg for `macroexpand'.
|
||||
(if (fboundp 'cl-macroexpand)
|
||||
;; Suppress warning about run-time call to cl funtion: we
|
||||
;; Suppress warning about run-time call to cl function: we
|
||||
;; only call it if it's fboundp.
|
||||
(with-no-warnings
|
||||
(cl-macroexpand form (and (boundp 'cl-macro-environment)
|
||||
|
|
|
@ -277,7 +277,7 @@ contrast, `package-user-dir' contains packages for personal use."
|
|||
:version "24.1")
|
||||
|
||||
;; The value is precomputed in finder-inf.el, but don't load that
|
||||
;; until it's needed (i.e. when `package-intialize' is called).
|
||||
;; until it's needed (i.e. when `package-initialize' is called).
|
||||
(defvar package--builtins nil
|
||||
"Alist of built-in packages.
|
||||
The actual value is initialized by loading the library
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue