[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] trunk r116725: * lisp/emacs-lisp/advice.el (ad-add-advice,
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] trunk r116725: * lisp/emacs-lisp/advice.el (ad-add-advice, defadvice): Doc fix |
Date: |
Mon, 10 Mar 2014 18:16:17 +0000 |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 116725
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2014-03-10 14:16:13 -0400
message:
* lisp/emacs-lisp/advice.el (ad-add-advice, defadvice): Doc fix
remove references to deleted info nodes.
modified:
lisp/ChangeLog changelog-20091113204419-o5vbwnq5f7feedwu-1432
lisp/emacs-lisp/advice.el advice.el-20091113204419-o5vbwnq5f7feedwu-605
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2014-03-10 13:36:39 +0000
+++ b/lisp/ChangeLog 2014-03-10 18:16:13 +0000
@@ -1,3 +1,8 @@
+2014-03-10 Glenn Morris <address@hidden>
+
+ * emacs-lisp/advice.el (ad-add-advice, defadvice):
+ Doc fix: remove references to deleted info nodes.
+
2014-03-10 Michael Albinus <address@hidden>
* net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
=== modified file 'lisp/emacs-lisp/advice.el'
--- a/lisp/emacs-lisp/advice.el 2014-02-10 01:34:22 +0000
+++ b/lisp/emacs-lisp/advice.el 2014-03-10 18:16:13 +0000
@@ -2079,9 +2079,7 @@
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 @@
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...)"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] trunk r116725: * lisp/emacs-lisp/advice.el (ad-add-advice, defadvice): Doc fix,
Glenn Morris <=