]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos (misspellings) in the commentary.
authorEli Zaretskii <eliz@gnu.org>
Fri, 6 Jan 2006 12:11:53 +0000 (12:11 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 6 Jan 2006 12:11:53 +0000 (12:11 +0000)
lisp/ChangeLog
lisp/textmodes/tildify.el

index 19900e1ddf117e7eea14e11c6acadf84128d42e7..10d9a88bb7bbd2285f97c53cbd0d0c1960cfbbe1 100644 (file)
@@ -1,3 +1,14 @@
+2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
+
+       * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
+
+       * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
+       the doc string: "functoin" => "function".
+       ldefs-boot.el: Likewise.
+
+       * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
+       message text: "Duplicat" => "Duplicate".
+
 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
 
        * files.el (basic-save-buffer-2): If backing-up failed, reset
index d3be75a7cb82b6793011b572e2cb2cc5f085a64b..1810e41cbca039263b97ed0c83ee3bff6ac99041 100644 (file)
@@ -29,7 +29,7 @@
 ;; This package can be typically used for adding forgotten tildes in TeX
 ;; sources or adding `&nbsp;' sequences in SGML (e.g. HTML) texts.
 ;;
-;; For example, the Czech ortography requires avoiding one letter
+;; For example, the Czech orthography requires avoiding one letter
 ;; prepositions at line endings.  So they should be connected with the
 ;; following words by a tilde.  Some users forget to do this all the
 ;; time.  The purpose of this program is to check the text and suggest
@@ -43,7 +43,7 @@
 ;; The default variable settings are suited for Czech, so do not try to
 ;; understand them if you are not familiar with Czech grammar and spelling.
 ;;
-;; The algorithm was inspired by Petr Ol¹ák's program `vlna'.  Abbilities of
+;; The algorithm was inspired by Petr Ol¹ák's program `vlna'.  Abilities of
 ;; `tildify.el' are a little limited; if you have improvement suggestions, let
 ;; me know.