From 07c8b450a949c7c30d9610102d4e89b60e9c2f94 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 26 Nov 1999 21:27:25 +0000 Subject: Fix last change. --- lisp/emacs-lisp/advice.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp') 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: -- cgit v1.2.3