summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2014-07-14 20:44:15 +0100
committerAlan Pearce2014-07-14 20:44:15 +0100
commit8fd7aee3073cd8baa50767a9c948d47d539b5c71 (patch)
tree53ea6f098a3f96643a2010411ff95d360aba7623 /tag-emacs/emacs.d
parente9fc2f322272ba56a2a5cf0129194908bbea5bc4 (diff)
downloaddotfiles-8fd7aee3073cd8baa50767a9c948d47d539b5c71.tar.lz
dotfiles-8fd7aee3073cd8baa50767a9c948d47d539b5c71.tar.zst
dotfiles-8fd7aee3073cd8baa50767a9c948d47d539b5c71.zip
Emacs: fix typo in docstring
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
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")