From 5d51403ceb9b86a1bfa66f00c7af39f1200e65f1 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 9 Oct 2017 22:53:19 -0700 Subject: ; Typo fixes, mostly repeated words --- lisp/emacs-lisp/advice.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp') diff --git a/lisp/emacs-lisp/advice.el b/lisp/emacs-lisp/advice.el index 32b6a47b053..82867667756 100644 --- a/lisp/emacs-lisp/advice.el +++ b/lisp/emacs-lisp/advice.el @@ -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 -- cgit v1.2.3