From 3a50445455bff35af49cd0452214e5cccfaab67b Mon Sep 17 00:00:00 2001 From: Vinicius Jose Latorre Date: Wed, 16 Jun 2004 00:03:26 +0000 Subject: [PATCH] Comment doc string of defalias --- lisp/ChangeLog | 4 ++++ lisp/ps-print.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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 () -- 2.39.5