all repos — nixfiles @ 8fd7aee3073cd8baa50767a9c948d47d539b5c71

System and user configuration, managed by nix and home-manager

Emacs: fix typo in docstring

Alan Pearce
commit

8fd7aee3073cd8baa50767a9c948d47d539b5c71

parent

e9fc2f322272ba56a2a5cf0129194908bbea5bc4

1 file changed, 1 insertion(+), 1 deletion(-)

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")