From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0FD1E13877A for ; Thu, 28 Aug 2014 12:14:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BCC0E07B3; Thu, 28 Aug 2014 12:14:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AEB9DE07B3 for ; Thu, 28 Aug 2014 12:14:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7FDA733FFB1 for ; Thu, 28 Aug 2014 12:14:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26F433E2E for ; Thu, 28 Aug 2014 12:14:05 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1409228055.de233f30d64cbf60e02944fbc8651f3794c72538.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:emacs-common-gentoo commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: site-start.el X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: de233f30d64cbf60e02944fbc8651f3794c72538 X-VCS-Branch: emacs-common-gentoo Date: Thu, 28 Aug 2014 12:14:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3c92db08-8b95-4e6a-88f6-aa97b6547943 X-Archives-Hash: 0d6599e291596de5c3d5227416ba7b99 commit: de233f30d64cbf60e02944fbc8651f3794c72538 Author: Ulrich Müller gentoo org> AuthorDate: Thu Aug 28 12:14:15 2014 +0000 Commit: Ulrich Müller gentoo 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.