mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-09 15:50:40 -08:00
Spelling fixes.
This commit is contained in:
parent
b6e63cbebd
commit
4c36be58ca
102 changed files with 178 additions and 176 deletions
|
|
@ -664,8 +664,8 @@
|
|||
|
||||
;; @@@ Enabling automatic advice activation:
|
||||
;; =========================================
|
||||
;; Automatic advice activation is enabled by default. It can be disabled by
|
||||
;; doint `M-x ad-stop-advice' and enabled again with `M-x ad-start-advice'.
|
||||
;; Automatic advice activation is enabled by default. It can be disabled with
|
||||
;; `M-x ad-stop-advice' and enabled again with `M-x ad-start-advice'.
|
||||
|
||||
;; @@ Caching of advised definitions:
|
||||
;; ==================================
|
||||
|
|
|
|||
|
|
@ -743,7 +743,7 @@ BYTES and PC are updated after evaluating all the arguments."
|
|||
|
||||
(defmacro byte-compile-push-bytecode-const2 (opcode const2 bytes pc)
|
||||
"Push OPCODE and the two-byte constant CONST2 onto BYTES, and add 3 to PC.
|
||||
CONST2 may be evaulated multiple times."
|
||||
CONST2 may be evaluated multiple times."
|
||||
`(byte-compile-push-bytecodes ,opcode (logand ,const2 255) (lsh ,const2 -8)
|
||||
,bytes ,pc))
|
||||
|
||||
|
|
|
|||
|
|
@ -1579,8 +1579,9 @@ KEYWORDS are additional arguments, which can use the following keywords:
|
|||
(while (setq closer (pop closers))
|
||||
(unless (and closers
|
||||
;; FIXME: this eliminates prefixes of other
|
||||
;; closers, but we should probably elimnate
|
||||
;; prefixes of other keywords as well.
|
||||
;; closers, but we should probably
|
||||
;; eliminate prefixes of other keywords
|
||||
;; as well.
|
||||
(string-prefix-p closer (car closers)))
|
||||
(push (aref closer (1- (length closer))) triggers)))
|
||||
(delete-dups triggers)))))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue