From ba1a5c78f2e3d4b6a9bea5e6bec6f3dbe50bec70 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 10 Mar 2014 14:16:13 -0400 Subject: [PATCH] * lisp/emacs-lisp/advice.el (ad-add-advice, defadvice): Doc fix remove references to deleted info nodes. --- lisp/ChangeLog | 5 +++++ lisp/emacs-lisp/advice.el | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 04b85f0ecd..cbabd6c18b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-03-10 Glenn Morris + + * emacs-lisp/advice.el (ad-add-advice, defadvice): + Doc fix: remove references to deleted info nodes. + 2014-03-10 Michael Albinus * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell): diff --git a/lisp/emacs-lisp/advice.el b/lisp/emacs-lisp/advice.el index 0340076720..62d5072835 100644 --- a/lisp/emacs-lisp/advice.el +++ b/lisp/emacs-lisp/advice.el @@ -2079,9 +2079,7 @@ mapped to the closest extremal position). If FUNCTION was not advised already, its advice info will be initialized. Redefining a piece of advice whose name is part of -the cache-id will clear the cache. - -See Info node `(elisp)Computed Advice' for detailed documentation." +the cache-id will clear the cache." (cond ((not (ad-is-advised function)) (ad-initialize-advice-info function) (ad-set-advice-info-field @@ -3149,7 +3147,6 @@ time. This generates a compiled advised definition according to the current advice state that will be used during activation if appropriate. Only use this if the `defadvice' gets actually compiled. -See Info node `(elisp)Advising Functions' for comprehensive documentation. usage: (defadvice FUNCTION (CLASS NAME [POSITION] [ARGLIST] FLAG...) [DOCSTRING] [INTERACTIVE-FORM] BODY...)" -- 2.20.1