From 8fd7aee3073cd8baa50767a9c948d47d539b5c71 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 14 Jul 2014 20:44:15 +0100 Subject: Emacs: fix typo in docstring --- tag-emacs/emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 8830992..1ff713b 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") -- cgit 1.4.1