]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment doc string of defalias
authorVinicius Jose Latorre <viniciusjl@ig.com.br>
Wed, 16 Jun 2004 00:03:26 +0000 (00:03 +0000)
committerVinicius Jose Latorre <viniciusjl@ig.com.br>
Wed, 16 Jun 2004 00:03:26 +0000 (00:03 +0000)
lisp/ChangeLog
lisp/ps-print.el

index cc750003d2bde3b46d92a2329ac495f54ba352ef..6e77c78d50388e7fc9638337ee21460858ed9677 100644 (file)
@@ -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):
index 4f20013c13493f3fb6391ef7542ab03d8822d8f1..72ba4c24eedd1f7e0baeb65c7a81aed4880de0ef 100644 (file)
@@ -3737,8 +3737,8 @@ It can be retrieved with `(ps-get ALIST-SYM KEY)'."
   (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 ()