commit: de233f30d64cbf60e02944fbc8651f3794c72538 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Thu Aug 28 12:14:15 2014 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Thu Aug 28 12:14:15 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=de233f30
Fix typo in comment. --- site-start.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site-start.el b/site-start.el index d4b51c4..0ec3785 100644 --- a/site-start.el +++ b/site-start.el @@ -2,8 +2,8 @@ ;;; Commentary: ;; This is the site startup file for GNU Emacs. It is loaded before -;; the user's init file. You may modify this file or replace or it -;; by your own site initialisation. +;; the user's init file. You may modify this file or replace it by +;; your own site initialisation. ;;; Code: ;; Load site initialisation for Gentoo installed packages.
