aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2017-11-03 15:18:32 -0400
committerGlenn Morris2017-11-03 15:18:32 -0400
commit383abc8898cbdb46e460adffbccfda8b2236d24e (patch)
treed08c1fdfaab8afb4822dce9c99d62f444985ec03
parentb02c2714c3f1835edf15e34c6b4e3be0c5dd8acf (diff)
downloademacs-383abc8898cbdb46e460adffbccfda8b2236d24e.tar.gz
emacs-383abc8898cbdb46e460adffbccfda8b2236d24e.zip
; Fix some comment typos
-rw-r--r--lisp/calc/calcalg2.el2
-rw-r--r--lisp/textmodes/reftex-index.el2
-rw-r--r--lisp/textmodes/reftex-ref.el2
-rw-r--r--lisp/textmodes/reftex-toc.el2
4 files changed, 4 insertions, 4 deletions
diff --git a/lisp/calc/calcalg2.el b/lisp/calc/calcalg2.el
index 53e02572064..48446c3c4c5 100644
--- a/lisp/calc/calcalg2.el
+++ b/lisp/calc/calcalg2.el
@@ -2354,7 +2354,7 @@
2354 2354
2355;; The variables math-solve-lhs, math-solve-rhs and math-try-solve-sign 2355;; The variables math-solve-lhs, math-solve-rhs and math-try-solve-sign
2356;; are local to math-try-solve-for, but are used by math-try-solve-prod. 2356;; are local to math-try-solve-for, but are used by math-try-solve-prod.
2357;; (math-solve-lhs and math-solve-rhs are is also local to 2357;; (math-solve-lhs and math-solve-rhs are also local to
2358;; math-decompose-poly, but used by math-solve-poly-funny-powers.) 2358;; math-decompose-poly, but used by math-solve-poly-funny-powers.)
2359(defvar math-solve-lhs) 2359(defvar math-solve-lhs)
2360(defvar math-solve-rhs) 2360(defvar math-solve-rhs)
diff --git a/lisp/textmodes/reftex-index.el b/lisp/textmodes/reftex-index.el
index 120370a149a..811d1477ada 100644
--- a/lisp/textmodes/reftex-index.el
+++ b/lisp/textmodes/reftex-index.el
@@ -474,7 +474,7 @@ With prefix 3, restrict index to region."
474 474
475 (interactive) 475 (interactive)
476 476
477 ;; Ensure access to scanning info and rescan buffer if prefix are is '(4). 477 ;; Ensure access to scanning info and rescan buffer if prefix arg is '(4).
478 (let ((current-prefix-arg current-prefix-arg)) 478 (let ((current-prefix-arg current-prefix-arg))
479 (reftex-ensure-index-support t) 479 (reftex-ensure-index-support t)
480 (reftex-access-scan-info current-prefix-arg)) 480 (reftex-access-scan-info current-prefix-arg))
diff --git a/lisp/textmodes/reftex-ref.el b/lisp/textmodes/reftex-ref.el
index c2c5ca3de06..ec41dee14e8 100644
--- a/lisp/textmodes/reftex-ref.el
+++ b/lisp/textmodes/reftex-ref.el
@@ -134,7 +134,7 @@ This function is controlled by the settings of reftex-insert-label-flags."
134 134
135 (interactive) 135 (interactive)
136 136
137 ;; Ensure access to scanning info and rescan buffer if prefix are is '(4). 137 ;; Ensure access to scanning info and rescan buffer if prefix arg is '(4).
138 (reftex-access-scan-info current-prefix-arg) 138 (reftex-access-scan-info current-prefix-arg)
139 139
140 ;; Find out what kind of environment this is and abort if necessary. 140 ;; Find out what kind of environment this is and abort if necessary.
diff --git a/lisp/textmodes/reftex-toc.el b/lisp/textmodes/reftex-toc.el
index c7a598c920d..c694fafcd52 100644
--- a/lisp/textmodes/reftex-toc.el
+++ b/lisp/textmodes/reftex-toc.el
@@ -216,7 +216,7 @@ When called with a raw C-u prefix, rescan the document first."
216 (or reftex-support-index 216 (or reftex-support-index
217 (setq reftex-toc-include-index-entries nil)) 217 (setq reftex-toc-include-index-entries nil))
218 218
219 ;; Ensure access to scanning info and rescan buffer if prefix are is '(4) 219 ;; Ensure access to scanning info and rescan buffer if prefix arg is '(4)
220 (reftex-access-scan-info current-prefix-arg) 220 (reftex-access-scan-info current-prefix-arg)
221 221
222 (let* ((this-buf (current-buffer)) 222 (let* ((this-buf (current-buffer))