# HG changeset patch # User Vinicius Jose Latorre # Date 1087344206 0 # Node ID a39b3f6d11779405e6f6c8de6593d1720782b597 # Parent 080480ffb51c87fd7db2417c5b31c9a20a7ff592 Comment doc string of defalias diff -r 080480ffb51c -r a39b3f6d1177 lisp/ChangeLog --- a/lisp/ChangeLog Tue Jun 15 22:12:14 2004 +0000 +++ b/lisp/ChangeLog Wed Jun 16 00:03:26 2004 +0000 @@ -1,3 +1,7 @@ +2004-06-15 Vinicius Jose Latorre + + * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias. + 2004-06-15 Luc Teirlinck * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir): diff -r 080480ffb51c -r a39b3f6d1177 lisp/ps-print.el --- a/lisp/ps-print.el Tue Jun 15 22:12:14 2004 +0000 +++ b/lisp/ps-print.el Wed Jun 16 00:03:26 2004 +0000 @@ -3737,8 +3737,8 @@ (format-time-string "%Y-%m-%d")) -(defalias 'ps-time-stamp-iso8601 'ps-time-stamp-yyyy-mm-dd - "Alias for `ps-time-stamp-yyyy-mm-dd' (which see).") +;; Alias for `ps-time-stamp-yyyy-mm-dd' (which see). +(defalias 'ps-time-stamp-iso8601 'ps-time-stamp-yyyy-mm-dd) (defun ps-time-stamp-hh:mm:ss ()