diff options
author | Alan Pearce | 2014-07-14 20:44:15 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-14 20:44:15 +0100 |
commit | 8fd7aee3073cd8baa50767a9c948d47d539b5c71 (patch) | |
tree | 53ea6f098a3f96643a2010411ff95d360aba7623 /tag-emacs/emacs.d/init.el | |
parent | e9fc2f322272ba56a2a5cf0129194908bbea5bc4 (diff) | |
download | nixfiles-8fd7aee3073cd8baa50767a9c948d47d539b5c71.tar.lz nixfiles-8fd7aee3073cd8baa50767a9c948d47d539b5c71.tar.zst nixfiles-8fd7aee3073cd8baa50767a9c948d47d539b5c71.zip |
Emacs: fix typo in docstring
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 88309928..1ff713bc 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -248,7 +248,7 @@ (insert (format-time-string format)))) (defun insert-datetime (prefix) - "Insert the currrent date and time." + "Insert the current date and time." (interactive "P") (let ((format (cond ((not prefix) "%Y-%m-%d %H:%M:%S") |