all repos — archive/dotfiles @ 8fd7aee3073cd8baa50767a9c948d47d539b5c71

Superseded by nixfiles

Emacs: fix typo in docstring
Alan Pearce alan@alanpearce.co.uk
Mon, 14 Jul 2014 20:44:15 +0100
commit

8fd7aee3073cd8baa50767a9c948d47d539b5c71

parent

e9fc2f322272ba56a2a5cf0129194908bbea5bc4

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -248,7 +248,7 @@ ((equal prefix '(16)) "%A, %d %B %Y"))))     (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")