; Typo fixes, mostly repeated words

This commit is contained in:
Paul Eggert 2017-10-09 22:53:19 -07:00
parent 0d004ed01a
commit 5d51403ceb
58 changed files with 60 additions and 61 deletions

View file

@ -502,7 +502,7 @@
;; important advantage is that it allows the implementation of forward advice.
;; Advice information for a certain function accumulates as the value of the
;; `advice-info' property of the function symbol. This accumulation is
;; completely independent of the fact that that function might not yet be
;; completely independent of the fact that the function might not yet be
;; defined. The macros `defun' and `defmacro' check whether the
;; function/macro they defined had advice information
;; associated with it. If so and forward advice is enabled, the original