From 3110b04d191df6ea35ae0671a0c01be89844ec74 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 2 Jun 2017 15:03:47 +0200 Subject: emacs: typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.html | 6 +++--- emacs/init.org | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'emacs') diff --git a/emacs/init.html b/emacs/init.html index 45e7a09..2aa8ee5 100644 --- a/emacs/init.html +++ b/emacs/init.html @@ -4,7 +4,7 @@ mssola's GNU Emacs configuration - + @@ -2387,7 +2387,7 @@ And now define a function to connect to both IRC servers.
(defun mssola-erc ()
-  "Join pre-speciifed servers and channels."
+  "Join pre-specified servers and channels."
 
   (interactive)
 
@@ -2930,7 +2930,7 @@ along with this program.  If not, see <
 
diff --git a/emacs/init.org b/emacs/init.org index 1c7c62d..8c81b8c 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -1667,7 +1667,7 @@ And now define a function to connect to both IRC servers. #+BEGIN_SRC elisp (defun mssola-erc () - "Join pre-speciifed servers and channels." + "Join pre-specified servers and channels." (interactive) -- cgit v1.2.3