Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ba1a5c78
Commit
ba1a5c78
authored
Mar 10, 2014
by
Glenn Morris
Browse files
* lisp/emacs-lisp/advice.el (ad-add-advice, defadvice): Doc fix
remove references to deleted info nodes.
parent
4cafb413
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/emacs-lisp/advice.el
lisp/emacs-lisp/advice.el
+1
-4
No files found.
lisp/ChangeLog
View file @
ba1a5c78
2014-03-10 Glenn Morris <rgm@gnu.org>
* emacs-lisp/advice.el (ad-add-advice, defadvice):
Doc fix: remove references to deleted info nodes.
2014-03-10 Michael Albinus <michael.albinus@gmx.de>
* net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
...
...
lisp/emacs-lisp/advice.el
View file @
ba1a5c78
...
...
@@ -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...)"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment