summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/nadvice.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-06-30 23:15:54 +0200
committerStefan Kangas <stefan@marxist.se>2022-06-30 23:18:45 +0200
commit6908309827c573288a029b74aa999adc057958be (patch)
treee152f1d3fefb87d5dc739054d8635faa18f52520 /lisp/emacs-lisp/nadvice.el
parentdc3cb749f3d7aa5c807049f62141168e0ee580f2 (diff)
downloademacs-6908309827c573288a029b74aa999adc057958be.tar.gz
emacs-6908309827c573288a029b74aa999adc057958be.tar.bz2
emacs-6908309827c573288a029b74aa999adc057958be.zip
Doc fixes: don't refer to some obsolete items
* admin/notes/multi-tty: * lisp/chistory.el (command-history): * lisp/emacs-lisp/nadvice.el: * lisp/vc/diff-mode.el: Doc fix; don't refer to obsolete variables and functions.
Diffstat (limited to 'lisp/emacs-lisp/nadvice.el')
-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 212499d10b0..eae4a0f0ec8 100644
--- a/lisp/emacs-lisp/nadvice.el
+++ b/lisp/emacs-lisp/nadvice.el
@@ -277,7 +277,7 @@ different, but `function-equal' will hopefully ignore those differences.")
(defmacro add-function (where place function &optional props)
;; TODO:
;; - maybe let `where' specify some kind of predicate and use it
- ;; to implement things like mode-local or eieio-defmethod.
+ ;; to implement things like mode-local or cl-defmethod.
;; Of course, that only makes sense if the predicates of all advices can
;; be combined and made more efficient.
;; :before is like a normal add-hook on a normal hook.