]> code.delx.au - gnu-emacs/commitdiff
Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 23 Feb 2011 19:56:30 +0000 (20:56 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 23 Feb 2011 19:56:30 +0000 (20:56 +0100)
17 files changed:
leim/ChangeLog
leim/quail/cyrillic.el
leim/quail/ethiopic.el
lisp/international/ucs-normalize.el
lisp/mail/rmail.el
lisp/org/ChangeLog
lisp/org/org-agenda.el
lisp/org/org-icalendar.el
lisp/org/org-table.el
lisp/org/org.el
src/ChangeLog
src/ChangeLog.10
src/ChangeLog.8
src/buffer.c
src/character.c
src/charset.c
src/editfns.c

index 82edb14ffbfd49ca541e590d7d33de8f4b304fa0..292097559fab95604b04a7fed18b1946db0f9f6e 100644 (file)
@@ -1,7 +1,11 @@
+2011-02-23  Juanma Barranquero  <lekktu@gmail.com>
+
+       * quail/ethiopic.el ("ethiopic"): Fix tpo in docstring.
+
 2010-08-28  Kenichi Handa  <handa@m17n.org>
 
-       * quail/japanese.el (quail-japanese-update-translation): Fix
-       handling of invalid key.
+       * quail/japanese.el (quail-japanese-update-translation):
+       Fix handling of invalid key.
 
 2010-08-15  Andreas Schwab  <schwab@linux-m68k.org>
 
@@ -19,8 +23,7 @@
 
 2010-08-13  Kenichi Handa  <handa@m17n.org>
 
-       * quail/greek.el ("greek-postfix"): Add rules for Greek style
-       quotes.
+       * quail/greek.el ("greek-postfix"): Add rules for Greek style quotes.
 
 2010-08-09  Kenichi Handa  <handa@m17n.org>
 
index 8a09083593e74bdf77526a912d2ae7d5a1289d75..4d78a7504a28d955298576f0627fadca3918bf33 100644 (file)
@@ -40,7 +40,7 @@
 ;; This was `cyrillic-jcuken'.  Alexander Mikhailian
 ;; <mikhailian@altern.org> says:  "cyrillic-jcuken" is actually
 ;; russian.  It is ok but a bit outdated.  This layout has been used
-;; in typewriters for ages but it has been superceeded on desktops by
+;; in typewriters for ages but it has been superseded on desktops by
 ;; a variation of this layout, implemented in M$ Windows software.
 ;; The Windows layout is greatly preferred because of the comma and
 ;; period being placed more conviniently and, of course, because of
index 7a299512d717d69cf6464d7e6b135daa6b129264..b6e2fee2b44755de10177f805d17df561a5a9a8c 100644 (file)
@@ -62,7 +62,7 @@ S-SPC or `M-x ethio-insert-ethio-space'
 
 C-' or `M-x ethio-gemination'
   Compose the character before the point with the Ethiopic gemination mark.
-  If the characater is already composed, decompose it and remove the
+  If the character is already composed, decompose it and remove the
   gemination mark."
 
  ;; The following keys should work as defined in lisp/language/ethio-util,
index fc15b57fed98fc876b989d1fd77938eb7609c451..afd6769e659dfb8b06ab7f28b39455feede35403 100644 (file)
 ;; D. Sorting and Composition  of Smaller Blocks (`ucs-normalize-block-compose-chars')
 ;;
 ;;    The block will be split to multiple samller blocks by starter
-;;    charcters.  Each block is sorted, and composed if necessary.
+;;    characters.  Each block is sorted, and composed if necessary.
 ;;
 ;; E. Composition of Entire Block (`ucs-normalize-compose-chars')
 ;;
index 039f8cc9cb995c63076c7666bdea25d189850932..e2bda8fb764e15d4dbaa383886d31224ea556d6d 100644 (file)
@@ -4297,7 +4297,7 @@ With prefix argument N moves forward N messages with these labels.
 
 ;;;***
 \f
-;;;### (autoloads (rmail-mime) "rmailmm" "rmailmm.el" "9c0902449733cabd5c7e7d17092a7c69")
+;;;### (autoloads (rmail-mime) "rmailmm" "rmailmm.el" "736579c1ea88e1f0e1ec21b8a50bc2a2")
 ;;; Generated autoloads from rmailmm.el
 
 (autoload 'rmail-mime "rmailmm" "\
index 8019e4cc093be6ccaca73cc5d960d4ec329f526a..80f63a1ee78589504bd9a43ab4cfed4f5f4290b6 100644 (file)
@@ -1,7 +1,12 @@
 2011-02-23  Juanma Barranquero  <lekktu@gmail.com>
 
+       * org.el (org-maybe-keyword-time-regexp):
+       * org-icalendar.el (org-icalendar-store-UID):
+       * org-agenda.el (org-agenda-scheduled-leaders)
+       (org-agenda-deadline-leaders, org-agenda-filter-preset):
        * org-table.el (org-table-current-line-types)
        (org-table-current-begin-line, org-table-current-begin-pos):
+       (org-table-current-field-formula):
        Fix typos in docstrings.
 
 2010-10-22  Juanma Barranquero  <lekktu@gmail.com>
index 31cfa8ca1735a226618c5b07cce41e56c4b2a8c6..4ad19b37339eec4eddb05ec06b2bd9658c658b36 100644 (file)
@@ -1151,7 +1151,7 @@ range, respectively."
                  (function))))
 
 (defcustom org-agenda-scheduled-leaders '("Scheduled: " "Sched.%2dx: ")
-  "Text preceeding scheduled items in the agenda view.
+  "Text preceding scheduled items in the agenda view.
 This is a list with two strings.  The first applies when the item is
 scheduled on the current day.  The second applies when it has been scheduled
 previously, it may contain a %d indicating that this is the nth time that
@@ -1164,7 +1164,7 @@ that passed since this item was scheduled first."
          (string :tag "Scheduled previously")))
 
 (defcustom org-agenda-deadline-leaders '("Deadline:  " "In %3d d.: ")
-  "Text preceeding deadline items in the agenda view.
+  "Text preceding deadline items in the agenda view.
 This is a list with two strings.  The first applies when the item has its
 deadline on the current day.  The second applies when it is in the past or
 in the future, it may contain %d to capture how many days away the deadline
@@ -2559,7 +2559,7 @@ removed from the entry content.  Currently only `planning' is allowed here."
 (defvar org-agenda-filter nil)
 (defvar org-agenda-filter-preset nil
   "A preset of the tags filter used for secondary agenda filtering.
-This must be a list of strings, each string must be a single tag preceeded
+This must be a list of strings, each string must be a single tag preceded
 by \"+\" or \"-\".
 This variable should not be set directly, but agenda custom commands can
 bind it in the options section.")
index 77e64d10a314a3a1f5deea09df526601cc8cf192..749d54341d0f2492b9513f7073a25d9e32797e32 100644 (file)
@@ -157,7 +157,7 @@ The iCalendar standard requires that all entries have a unique identifier.
 Org will create these identifiers as needed.  When this variable is non-nil,
 the created UIDs will be stored in the ID property of the entry.  Then the
 next time this entry is exported, it will be exported with the same UID,
-superceding the previous form of it.  This is essential for
+superseding the previous form of it.  This is essential for
 synchronization services.
 This variable is not turned on by default because we want to avoid creating
 a property drawer in every entry if people are only playing with this feature,
index 5bef54a928e8931aa711a609ec22fb44dd6c669e..7d93a82f84e18ac493da360936dce6f44ca84ef2 100644 (file)
@@ -1787,7 +1787,7 @@ If NLAST is a number, only the NLAST fields will actually be summed."
   "Return the formula active for the current field.
 Assumes that specials are in place.
 If KEY is given, return the key to this formula.
-Otherwise return the formula preceeded with \"=\" or \":=\"."
+Otherwise return the formula preceded with \"=\" or \":=\"."
   (let* ((name (car (rassoc (list (org-current-line)
                                  (org-table-current-column))
                            org-table-named-field-locations)))
index 6fe3c96bec2760ab5922495cc6cf8b8ac63f8fc0..a7984df8487d25808399f7cbfda0b31fad4dd109 100644 (file)
@@ -3659,7 +3659,7 @@ Also put tags into group 4 if tags are present.")
   "Matches any of the 3 keywords, together with the time stamp.")
 (make-variable-buffer-local 'org-keyword-time-not-clock-regexp)
 (defvar org-maybe-keyword-time-regexp nil
-  "Matches a timestamp, possibly preceeded by a keyword.")
+  "Matches a timestamp, possibly preceded by a keyword.")
 (make-variable-buffer-local 'org-maybe-keyword-time-regexp)
 (defvar org-planning-or-clock-line-re nil
   "Matches a line with planning or clock info.")
index f9c158115473b47f2637b1f6499cffb62a1a379f..0fdc151e5405c22ee63f2afcb114cec566a85593 100644 (file)
 
        * search.c (search_buffer): Give up BM search on case-fold-search
        if one of a target character has a case-equivalence of different
-       byte length even if that target charcter is an ASCII.
+       byte length even if that target character is an ASCII.
        (simple_search): Fix calculation of byte length of matched text.
        (boyer_moore): Fix handling of case-equivalent multibyte characters.
 
index b62faf17341ee2cd3f956772f808f9f175f25bc7..e0124784477d18cf23dfa9eea52fda3ae1e63ac2 100644 (file)
 
        * search.c (search_buffer): Give up BM search on case-fold-search
        if one of a target character has a case-equivalence of different
-       charset even if that target charcter is an ASCII.
+       charset even if that target character is an ASCII.
 
        * casefiddle.c (casify_object): Fix for the case that case
        conversion change the byte length.
index 7481637671719cbb72aa9e61e35450d816a19b6b..6a7e11d7018ab4de5a055810cc087f9ed855ea5f 100644 (file)
 1998-08-31  Kenichi Handa  <handa@etl.go.jp>
 
        * charset.c (unibyte_char_to_multibyte):
-       Vnonacii_translation_table will convert a 7-bit charcater.
+       Vnonacii_translation_table will convert a 7-bit character.
        (multibyte_char_to_unibyte): Handle the case that
-       Vnonacii_translation_table converts a multibyte charcater to a
-       unibyte charcter of less than 128.
+       Vnonacii_translation_table converts a multibyte character to a
+       unibyte character of less than 128.
        (init_charset_once): Initialize nonascii_insert_offset and
        Vnonacii_translation_table.
 
index 4744356d1b697c6ed470ae171934f4172969a339..9220527313d37715b80304aa9fe56afa8e1d9fad 100644 (file)
@@ -2429,7 +2429,7 @@ current buffer is cleared.  */)
            {
              c = STRING_CHAR_AND_LENGTH (p, bytes);
              /* Delete all bytes for this 8-bit character but the
-                last one, and change the last one to the charcter
+                last one, and change the last one to the character
                 code.  */
              bytes--;
              del_range_2 (pos, pos, pos + bytes, pos + bytes, 0);
index a240e45d3d007d9e1d6cb7a520cf2da8796975e1..b9ba15d1b0fb598a97573474ed5b65de36e2c1a1 100644 (file)
@@ -829,7 +829,7 @@ str_as_unibyte (str, bytes)
    corresponding byte and store in DST.  CHARS is the number of
    characters in SRC.  The value is the number of bytes stored in DST.
    Usually, the value is the same as CHARS, but is less than it if SRC
-   contains a non-ASCII, non-eight-bit characater.  If ACCEPT_LATIN_1
+   contains a non-ASCII, non-eight-bit character.  If ACCEPT_LATIN_1
    is nonzero, a Latin-1 character is accepted and converted to a byte
    of that character code.
    Note: Currently the arg ACCEPT_LATIN_1 is not used.  */
index c349093ad3de599bcf3ff57db4c38e1fd3c95ee5..9ea1366d73a927468637487e74b61977d74ed000 100644 (file)
@@ -438,7 +438,7 @@ load_charset_map (charset, entries, n_entries, control_flag)
 
 
 /* Read a hexadecimal number (preceded by "0x") from the file FP while
-   paying attention to comment charcter '#'.  */
+   paying attention to comment character '#'.  */
 
 static INLINE unsigned
 read_hex (fp, eof)
index fe5b039625fc1ea50cea35a325c48bdcd32ed21a..a751d6df3b2e83262fd8dbfa7ce6cce54bdbb7a1 100644 (file)
@@ -3623,12 +3623,12 @@ usage: (format STRING &rest OBJECTS)  */)
   int multibyte = 0;
   /* When we make a multibyte string, we must pay attention to the
      byte combining problem, i.e., a byte may be combined with a
-     multibyte charcter of the previous string.  This flag tells if we
+     multibyte character of the previous string.  This flag tells if we
      must consider such a situation or not.  */
   int maybe_combine_byte;
   unsigned char *this_format;
   /* Precision for each spec, or -1, a flag value meaning no precision
-     was given in that spec.  Element 0, corresonding to the format
+     was given in that spec.  Element 0, corresponding to the format
      string itself, will not be used.  Element NARGS, corresponding to
      no argument, *will* be assigned to in the case that a `%' and `.'
      occur after the final format specifier.  */