changeset 56127:a39b3f6d1177

Comment doc string of defalias
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Wed, 16 Jun 2004 00:03:26 +0000
parents 080480ffb51c
children cf2e292bf084
files lisp/ChangeLog lisp/ps-print.el
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <viniciusjl@ig.com.br>
+
+	* ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
+
 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
 
 	* dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
--- 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 ()