mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
; Fix typos
This commit is contained in:
parent
eee0ed8442
commit
7cb77385d3
27 changed files with 43 additions and 37 deletions
|
|
@ -3667,7 +3667,7 @@ the compilation was successful return the compiled function."
|
|||
"Native compile if necessary all the .el files present in DIRECTORY.
|
||||
Each .el file is native-compiled if the corresponding .eln file is not
|
||||
found in any directory mentioned in `native-comp-eln-load-path'.
|
||||
The search within DIRECTORY is perfomed recursively."
|
||||
The search within DIRECTORY is performed recursively."
|
||||
(mapc (lambda (file)
|
||||
(unless (comp-lookup-eln file)
|
||||
(native-compile file)))
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
;;; Commentary:
|
||||
|
||||
;; This library implements `cond*', an alternative to 'pcase'.
|
||||
;; This library implements `cond*', an alternative to `pcase'.
|
||||
|
||||
;; Here is the list of functions the generated code is known to call:
|
||||
;; car, cdr, car-safe, cdr-safe, nth, nthcdr, null, eq, equal, eql, =,
|
||||
|
|
|
|||
|
|
@ -764,7 +764,7 @@ CSS contains a list of syntax specifications of the form (CHAR . SYNTAX)."
|
|||
;;;
|
||||
|
||||
(defun easy-mmode--prev (re name count &optional endfun narrowfun)
|
||||
"Go to the COUNT'th previous occurence of RE.
|
||||
"Go to the COUNT'th previous occurrence of RE.
|
||||
|
||||
If none, error with NAME.
|
||||
|
||||
|
|
@ -788,7 +788,7 @@ ENDFUN and NARROWFUN are treated like in `easy-mmode-define-navigation'."
|
|||
(when re-narrow (funcall narrowfun)))))
|
||||
|
||||
(defun easy-mmode--next (re name count &optional endfun narrowfun)
|
||||
"Go to the next COUNT'th occurence of RE.
|
||||
"Go to the next COUNT'th occurrence of RE.
|
||||
|
||||
If none, error with NAME.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue