From 584dcd8f486c03072280ae2b60eaf5683290e7b6 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 28 Feb 2008 03:47:59 +0000 Subject: [PATCH] (make-obsolete): Doc fix. --- lisp/emacs-lisp/byte-run.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/byte-run.el b/lisp/emacs-lisp/byte-run.el index 33a3f06d4e6..855111b9f9b 100644 --- a/lisp/emacs-lisp/byte-run.el +++ b/lisp/emacs-lisp/byte-run.el @@ -106,7 +106,8 @@ The return value of this function is not used." (defun make-obsolete (obsolete-name current-name &optional when) "Make the byte-compiler warn that OBSOLETE-NAME is obsolete. The warning will say that CURRENT-NAME should be used instead. -If CURRENT-NAME is a string, that is the `use instead' message. +If CURRENT-NAME is a string, that is the `use instead' message +\(it should end with a period, and not start with a capital). If provided, WHEN should be a string indicating when the function was first made obsolete, for example a date or a release number." (interactive "aMake function obsolete: \nxObsoletion replacement: ") -- 2.39.5