aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorPaul Eggert2012-11-13 21:07:33 -0800
committerPaul Eggert2012-11-13 21:07:33 -0800
commit7831fb1b9e88be1c18920b36129c6d1933dbd7ea (patch)
tree8244dd2792606632517150d4b6ea9e4f1375d2ed /lisp
parent73dcdb9f30cb94a3183db54d9b463370c3978d4d (diff)
downloademacs-7831fb1b9e88be1c18920b36129c6d1933dbd7ea.tar.gz
emacs-7831fb1b9e88be1c18920b36129c6d1933dbd7ea.zip
Spelling fixes.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/pop3.el2
-rw-r--r--lisp/progmodes/ruby-mode.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/pop3.el b/lisp/gnus/pop3.el
index f95bf26ad1d..801ed66ec2b 100644
--- a/lisp/gnus/pop3.el
+++ b/lisp/gnus/pop3.el
@@ -178,7 +178,7 @@ Shorter values mean quicker response, but are more CPU intensive.")
178 1000)))))) 178 1000))))))
179 179
180(defvar pop3-uidl) 180(defvar pop3-uidl)
181;; List of UIDLs of existing messages at pesent in the server: 181;; List of UIDLs of existing messages at present in the server:
182;; ("UIDL1" "UIDL2" "UIDL3"...) 182;; ("UIDL1" "UIDL2" "UIDL3"...)
183 183
184(defvar pop3-uidl-saved) 184(defvar pop3-uidl-saved)
diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el
index c662ccbea95..0bc41033367 100644
--- a/lisp/progmodes/ruby-mode.el
+++ b/lisp/progmodes/ruby-mode.el
@@ -897,7 +897,7 @@ current block, a sibling block, or an outer block. Do that (abs N) times."
897 (t 897 (t
898 (setq pos (current-indentation)) 898 (setq pos (current-indentation))
899 (cond 899 (cond
900 ;; Deeper intendation, we found a block. 900 ;; Deeper indentation, we found a block.
901 ;; FIXME: We can't recognize empty blocks this way. 901 ;; FIXME: We can't recognize empty blocks this way.
902 ((< start pos) 902 ((< start pos)
903 (setq down t)) 903 (setq down t))