]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix some comment typos
authorGlenn Morris <rgm@gnu.org>
Fri, 3 Nov 2017 19:18:32 +0000 (15:18 -0400)
committerGlenn Morris <rgm@gnu.org>
Fri, 3 Nov 2017 19:18:32 +0000 (15:18 -0400)
lisp/calc/calcalg2.el
lisp/textmodes/reftex-index.el
lisp/textmodes/reftex-ref.el
lisp/textmodes/reftex-toc.el

index 53e02572064cd3df122130217ffdb27979b0352c..48446c3c4c59a271cf0088a9c0bc6089e7ae95a0 100644 (file)
 
 ;; The variables math-solve-lhs, math-solve-rhs and math-try-solve-sign
 ;; are local to math-try-solve-for,  but are used by math-try-solve-prod.
-;; (math-solve-lhs and math-solve-rhs are is also local to
+;; (math-solve-lhs and math-solve-rhs are also local to
 ;; math-decompose-poly, but used by math-solve-poly-funny-powers.)
 (defvar math-solve-lhs)
 (defvar math-solve-rhs)
index 120370a149ac25768bb08daabf978ed61c1129cd..811d1477ada5dda96bac8702493570e8e9385792 100644 (file)
@@ -474,7 +474,7 @@ With prefix 3, restrict index to region."
 
   (interactive)
 
-  ;; Ensure access to scanning info and rescan buffer if prefix are is '(4).
+  ;; Ensure access to scanning info and rescan buffer if prefix arg is '(4).
   (let ((current-prefix-arg current-prefix-arg))
     (reftex-ensure-index-support t)
     (reftex-access-scan-info current-prefix-arg))
index c2c5ca3de06ca781d6cbc75f10084cf6cf896c5a..ec41dee14e8aea99bdd6935a4aa10de90ed3a813 100644 (file)
@@ -134,7 +134,7 @@ This function is controlled by the settings of reftex-insert-label-flags."
 
   (interactive)
 
-  ;; Ensure access to scanning info and rescan buffer if prefix are is '(4).
+  ;; Ensure access to scanning info and rescan buffer if prefix arg is '(4).
   (reftex-access-scan-info current-prefix-arg)
 
   ;; Find out what kind of environment this is and abort if necessary.
index c7a598c920dce3322b4b8fae79208658d6ffa1c7..c694fafcd520faf2cda31da414b68090445d6f0b 100644 (file)
@@ -216,7 +216,7 @@ When called with a raw C-u prefix, rescan the document first."
   (or reftex-support-index
       (setq reftex-toc-include-index-entries nil))
 
-  ;; Ensure access to scanning info and rescan buffer if prefix are is '(4)
+  ;; Ensure access to scanning info and rescan buffer if prefix arg is '(4)
   (reftex-access-scan-info current-prefix-arg)
 
   (let* ((this-buf (current-buffer))