* lisp/minibuffer.el (minibuffer-completion-contents): Fix obsolescence info
[bpt/emacs.git] / lisp / minibuffer.el
index 978b3a5..ef949f7 100644 (file)
@@ -638,8 +638,8 @@ If ARGS are provided, then pass MESSAGE through `format'."
 
 (defun minibuffer-completion-contents ()
   "Return the user input in a minibuffer before point as a string.
-That used to be what completion commands operate on."
-  (declare (obsolete minibuffer-contents "24.4"))
+In Emacs-22, that was what completion commands operated on."
+  (declare (obsolete nil "24.4"))
   (buffer-substring (field-beginning) (point)))
 
 (defun delete-minibuffer-contents ()