Mercurial > emacs
changeset 54413:9d42c2c9095d
(make-obsolete-variable): Fix docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 18 Mar 2004 00:17:17 +0000 |
parents | 1803acf55b4c |
children | c9a4b36c9ee0 |
files | lisp/emacs-lisp/byte-run.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/byte-run.el Wed Mar 17 23:53:00 2004 +0000 +++ b/lisp/emacs-lisp/byte-run.el Thu Mar 18 00:17:17 2004 +0000 @@ -91,9 +91,9 @@ fn) (defun make-obsolete-variable (var new &optional when) - "Make the byte-compiler warn that VARIABLE is obsolete, -and NEW should be used instead. If NEW is a string, then that is the -`use instead' message. + "Make the byte-compiler warn that VARIABLE is obsolete. +The warning will say that NEW should be used instead. +If NEW is a string, that is the `use instead' message. If provided, WHEN should be a string indicating when the variable was first made obsolete, for example a date or a release number." (interactive