; Fix some comment typos

This commit is contained in:
Glenn Morris 2017-11-03 15:18:32 -04:00
parent b02c2714c3
commit 383abc8898
4 changed files with 4 additions and 4 deletions

View file

@ -2354,7 +2354,7 @@
;; The variables math-solve-lhs, math-solve-rhs and math-try-solve-sign ;; 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. ;; 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.) ;; math-decompose-poly, but used by math-solve-poly-funny-powers.)
(defvar math-solve-lhs) (defvar math-solve-lhs)
(defvar math-solve-rhs) (defvar math-solve-rhs)

View file

@ -474,7 +474,7 @@ With prefix 3, restrict index to region."
(interactive) (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)) (let ((current-prefix-arg current-prefix-arg))
(reftex-ensure-index-support t) (reftex-ensure-index-support t)
(reftex-access-scan-info current-prefix-arg)) (reftex-access-scan-info current-prefix-arg))

View file

@ -134,7 +134,7 @@ This function is controlled by the settings of reftex-insert-label-flags."
(interactive) (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) (reftex-access-scan-info current-prefix-arg)
;; Find out what kind of environment this is and abort if necessary. ;; Find out what kind of environment this is and abort if necessary.

View file

@ -216,7 +216,7 @@ When called with a raw C-u prefix, rescan the document first."
(or reftex-support-index (or reftex-support-index
(setq reftex-toc-include-index-entries nil)) (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) (reftex-access-scan-info current-prefix-arg)
(let* ((this-buf (current-buffer)) (let* ((this-buf (current-buffer))