]> code.delx.au - gnu-emacs-elpa/commitdiff
Style
authorArtur Malabarba <bruce.connor.am@gmail.com>
Sat, 31 Jan 2015 21:16:24 +0000 (19:16 -0200)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Sat, 31 Jan 2015 21:16:24 +0000 (19:16 -0200)
sotlisp.el

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