diff options
author | Dave Love <fx@gnu.org> | 1999-11-26 21:27:25 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1999-11-26 21:27:25 +0000 |
commit | 07c8b450a949c7c30d9610102d4e89b60e9c2f94 (patch) | |
tree | 34f5f63fe7c22581ca62a328dcdd2a585926136b /lisp/emacs-lisp/advice.el | |
parent | 19d63704de40eb8ba76827980602a1b630bbd89e (diff) | |
download | emacs-07c8b450a949c7c30d9610102d4e89b60e9c2f94.tar.gz emacs-07c8b450a949c7c30d9610102d4e89b60e9c2f94.tar.bz2 emacs-07c8b450a949c7c30d9610102d4e89b60e9c2f94.zip |
Fix last change.
Diffstat (limited to 'lisp/emacs-lisp/advice.el')
-rw-r--r-- | lisp/emacs-lisp/advice.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/advice.el b/lisp/emacs-lisp/advice.el index 0a4756559e8..c1571d0824e 100644 --- a/lisp/emacs-lisp/advice.el +++ b/lisp/emacs-lisp/advice.el @@ -3665,7 +3665,7 @@ If FUNCTION was not advised this will be a noop." (defun ad-recover (function) "Try to recover FUNCTION's original definition, and unadvise it. This is more low-level than `ad-unadvise' in that it does not do -deactivation, which might run hooks and get into other trouble." +deactivation, which might run hooks and get into other trouble. Use in emergencies." ;; Use more primitive interactive behavior here: Accept any symbol that's ;; currently defined in obarray, not necessarily with a function definition: |