emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master cc9a0d8 06/10: Style


From: Artur Malabarba
Subject: [elpa] master cc9a0d8 06/10: Style
Date: Sun, 01 Feb 2015 18:43:47 +0000

branch: master
commit cc9a0d8d122db7ed26942d15e46e24e5c6524e58
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    Style
---
 sotlisp.el |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sotlisp.el b/sotlisp.el
index dd86c69..7dcf762 100644
--- a/sotlisp.el
+++ b/sotlisp.el
@@ -39,10 +39,10 @@
 ;; 
 ;; However, these are defined in a way such that they ONLY expand in a
 ;; place where you would use a function, so hitting SPC after "(r"
-;; expands to "(require '", but hitting SPC after "(delete-region r" will
-;; NOT expand the `r', because that's obviously not a function.
-;; Furtheromre, "#'r" will expand to "#'require" (note how it ommits that
-;; extra quote, since it would be useless here).
+;; expands to "(require '", but hitting SPC after "(delete-region r"
+;; will NOT expand the `r', because that's obviously not a function.
+;; Furtheromre, "#'r" will expand to "#'require" (note how it ommits
+;; that extra quote, since it would be useless here).
 ;;
 ;;; Commands
 ;;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]