summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/advice.el
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>1999-11-26 21:27:25 +0000
committerDave Love <fx@gnu.org>1999-11-26 21:27:25 +0000
commit07c8b450a949c7c30d9610102d4e89b60e9c2f94 (patch)
tree34f5f63fe7c22581ca62a328dcdd2a585926136b /lisp/emacs-lisp/advice.el
parent19d63704de40eb8ba76827980602a1b630bbd89e (diff)
downloademacs-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.el2
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: