changeset 26627:173f907a5812

Fix last change.
author Dave Love <fx@gnu.org>
date Fri, 26 Nov 1999 21:24:39 +0000
parents ecc4acdd96a9
children 10c31fda7fc2
files lisp/comint.el lisp/emacs-lisp/advice.el
diffstat 2 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/comint.el	Fri Nov 26 19:47:26 1999 +0000
+++ b/lisp/comint.el	Fri Nov 26 21:24:39 1999 +0000
@@ -1348,10 +1348,9 @@
 The functions on the list are called sequentially, and each one is
 given the string returned by the previous one.  The string returned by
 the last function is the text that is actually inserted in the
-redirection buffer.")
+redirection buffer.
 
-
-This variable is buffer-local.")
+This variable is permanent-local.")
 
 ;; The purpose of using this filter for comint processes
 ;; is to keep comint-last-input-end from moving forward
--- a/lisp/emacs-lisp/advice.el	Fri Nov 26 19:47:26 1999 +0000
+++ b/lisp/emacs-lisp/advice.el	Fri Nov 26 21:24:39 1999 +0000
@@ -3665,7 +3665,7 @@
 (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: