aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastien Guerry2013-03-02 08:19:10 +0100
committerBastien Guerry2013-03-02 08:19:10 +0100
commit8725b746408685833dec0ee09f1a4fc680786c9a (patch)
treec6ff1d0ea02b3f26763e5b38cd4ee5598b02a311
parentc9400cdf0e70cc9d14fd7296e3e77d985db56fb9 (diff)
downloademacs-8725b746408685833dec0ee09f1a4fc680786c9a.tar.gz
emacs-8725b746408685833dec0ee09f1a4fc680786c9a.zip
Fix typo in comment (bug#13851).
Thanks to Reuben Thomas for reporting this.
-rw-r--r--lisp/emacs-lisp/nadvice.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/nadvice.el b/lisp/emacs-lisp/nadvice.el
index b0711fed26c..0632c7d2fc0 100644
--- a/lisp/emacs-lisp/nadvice.el
+++ b/lisp/emacs-lisp/nadvice.el
@@ -23,7 +23,7 @@
23 23
24;; This package lets you add behavior (which we call "piece of advice") to 24;; This package lets you add behavior (which we call "piece of advice") to
25;; existing functions, like the old `advice.el' package, but with much fewer 25;; existing functions, like the old `advice.el' package, but with much fewer
26;; bells ans whistles. It comes in 2 parts: 26;; bells and whistles. It comes in 2 parts:
27;; 27;;
28;; - The first part lets you add/remove functions, similarly to 28;; - The first part lets you add/remove functions, similarly to
29;; add/remove-hook, from any "place" (i.e. as accepted by `setf') that 29;; add/remove-hook, from any "place" (i.e. as accepted by `setf') that