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

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

[elpa] master fb78c3f 045/184: swiper.el: Run ispell-comments-and-string


From: Oleh Krehel
Subject: [elpa] master fb78c3f 045/184: swiper.el: Run ispell-comments-and-strings
Date: Wed, 16 Oct 2019 13:14:46 -0400 (EDT)

branch: master
commit fb78c3fd761ad61ae525deacfbcc83393107e819
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    swiper.el: Run ispell-comments-and-strings
---
 swiper.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/swiper.el b/swiper.el
index f2645aa..8ada395 100644
--- a/swiper.el
+++ b/swiper.el
@@ -442,7 +442,7 @@ such as `scroll-conservatively' are set to a high value.")
       (not (derived-mode-p 'prog-mode))))
 
 (defun swiper-font-lock-ensure ()
-  "Ensure the entired buffer is highlighted."
+  "Ensure the entire buffer is highlighted."
   (unless (swiper-font-lock-ensure-p)
     (unless (or (> (buffer-size) 100000) (null font-lock-mode))
       (if (fboundp 'font-lock-ensure)
@@ -453,7 +453,7 @@ such as `scroll-conservatively' are set to a high value.")
   "Store the current candidates format spec.")
 
 (defvar swiper--width nil
-  "Store the number of digits needed for the longest line nubmer.")
+  "Store the number of digits needed for the longest line number.")
 
 (defvar swiper-use-visual-line nil
   "When non-nil, use `line-move' instead of `forward-line'.")



reply via email to

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