From: Vinicius Jose Latorre Date: Wed, 16 Jun 2004 00:03:26 +0000 (+0000) Subject: Comment doc string of defalias X-Git-Tag: ttn-vms-21-2-B4~5745 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3a50445455bff35af49cd0452214e5cccfaab67b;p=emacs.git Comment doc string of defalias --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cc750003d2b..6e77c78d503 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/ps-print.el b/lisp/ps-print.el index 4f20013c134..72ba4c24eed 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -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 ()