]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typos
authorStefan Kangas <stefankangas@gmail.com>
Sat, 2 Sep 2023 16:57:11 +0000 (18:57 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 2 Sep 2023 16:57:11 +0000 (18:57 +0200)
lisp/ChangeLog.12
lisp/align.el
lisp/org/ChangeLog.1
src/data.c

index 6c11bdeaa49639739d2e7229678bff7c404d58a8..9bc440626dce9d4a9d78cc81e203ed3a3e7d2083 100644 (file)
        (reftex-index-switch-index-tag): Add `redo' to arguments of
        `reftex-display-index'.
        (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
-       indexing.  Fix bug with matching is there is a quote before or
+       indexing.  Fix bug with matching if there is a quote before or
        after the word.
 
        * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
index 79a75dcec794630e526eb9a8b5daf5ee5872a900..e243859a9be6a445a40bd7f0bd7c360f79f948ea 100644 (file)
@@ -1585,7 +1585,7 @@ aligner would have dealt with are."
                         (if (= (point) search-start)
                             (forward-char)))))
 
-                  ;; when they are no more matches for this rule,
+                  ;; when there are no more matches for this rule,
                   ;; align whatever was left over
                   (if regions
                       (align-regions regions align-props rule func))))))))
index a4eae350d98725455e5fdf9a80a6bc028ae4069f..82b1c832c4069fdaf24e60454ea271f966e50664 100644 (file)
 
        * org-latex.el (org-export-as-latex): Do nit require the buffer to
        be visiting a file when only exporting to a buffer or string.
-       (org-export-latex-fix-inputenc): Only save the buffer is there is
+       (org-export-latex-fix-inputenc): Only save the buffer if there is
        a file name attached to it.
 
 2010-04-10  Dan Davison  <davison@stats.ox.ac.uk>
index 930d476bc3fbb269fae3a5684fd532abf69ad02d..6ce4813c920826dce68a836ae05d8c2c62f8ffd9 100644 (file)
@@ -877,7 +877,7 @@ add_to_function_history (Lisp_Object symbol, Lisp_Object olddef)
   Lisp_Object past = Fget (symbol, Qfunction_history);
   Lisp_Object file = Qnil;
   /* FIXME: Sadly, `Vload_file_name` gives less precise information
-     (it's sometimes non-nil when it shoujld be nil).  */
+     (it's sometimes non-nil when it should be nil).  */
   Lisp_Object tail = Vcurrent_load_list;
   FOR_EACH_TAIL_SAFE (tail)
     if (NILP (XCDR (tail)) && STRINGP (XCAR (tail)))