diff options
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2004-06-16 00:03:26 +0000 |
---|---|---|
committer | Vinicius Jose Latorre <viniciusjl@ig.com.br> | 2004-06-16 00:03:26 +0000 |
commit | 3a50445455bff35af49cd0452214e5cccfaab67b (patch) | |
tree | 98775913cc6398097c8c6a39db1874ee99b8da39 /lisp/ps-print.el | |
parent | 1f94377f71e95c7075372fe22fe2748c0f2ca2bf (diff) | |
download | emacs-3a50445455bff35af49cd0452214e5cccfaab67b.tar.gz |
Comment doc string of defalias
Diffstat (limited to 'lisp/ps-print.el')
-rw-r--r-- | lisp/ps-print.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 () |