]> git.eshelyaron.com Git - emacs.git/commitdiff
(make-obsolete-variable): Fix docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 18 Mar 2004 00:20:44 +0000 (00:20 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 18 Mar 2004 00:20:44 +0000 (00:20 +0000)
lisp/ChangeLog
lisp/emacs-lisp/byte-run.el

index 5eb5545a6da5115ed07e327bed38360d47f0a870..89bf21ebb8926ed5954118752cfad2034c851725 100644 (file)
@@ -1,3 +1,7 @@
+2004-03-18  Juanma Barranquero  <lektu@terra.es>
+
+       * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
+
 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
 
        * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
@@ -5,8 +9,8 @@
 
 2004-03-17  Masatake YAMATO  <jet@gyve.org>
 
-       * smerge-mode.el (smerge-popup-context-menu): Put 
-       `unwind-protect' arround `overlay-put' and `popup-menu'. 
+       * smerge-mode.el (smerge-popup-context-menu): Put
+       `unwind-protect' around `overlay-put' and `popup-menu'.
 
 2004-03-16  Masatake YAMATO  <jet@gyve.org>
 
index 15377c033d9dc3631052b561578c2f08819b20ff..a7385fe5fd0217f779997dbad954229d61802e59 100644 (file)
@@ -91,9 +91,9 @@ was first made obsolete, for example a date or a release number."
   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