emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r117426: src/coding.c: Fix typos in comments and


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-24 r117426: src/coding.c: Fix typos in comments and doc strings.
Date: Wed, 06 Aug 2014 17:37:14 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117426
revision-id: address@hidden
parent: address@hidden
committer: Eli Zaretskii <address@hidden>
branch nick: emacs-24
timestamp: Wed 2014-08-06 20:37:22 +0300
message:
  src/coding.c: Fix typos in comments and doc strings.
modified:
  src/coding.c                   coding.c-20091113204419-o5vbwnq5f7feedwu-1077
=== modified file 'src/coding.c'
--- a/src/coding.c      2014-06-28 07:24:01 +0000
+++ b/src/coding.c      2014-08-06 17:37:22 +0000
@@ -1190,8 +1190,8 @@
 #define UTF_8_BOM_2 0xBB
 #define UTF_8_BOM_3 0xBF
 
-/* Unlike the other detect_coding_XXX, this function counts number of
-   characters and check EOL format.  */
+/* Unlike the other detect_coding_XXX, this function counts the number
+   of characters and checks the EOL format.  */
 
 static bool
 detect_coding_utf_8 (struct coding_system *coding,
@@ -11276,7 +11276,7 @@
 
   DEFVAR_BOOL ("disable-ascii-optimization", disable_ascii_optimization,
               doc: /* If non-nil, Emacs does not optimize code decoder for 
ASCII files.
-Internal use only.  Removed after the experimental optimizer gets stable. */);
+Internal use only.  Remove after the experimental optimizer becomes stable.  
*/);
   disable_ascii_optimization = 0;
 
   DEFVAR_LISP ("translation-table-for-input", Vtranslation_table_for_input,


reply via email to

[Prev in Thread] Current Thread [Next in Thread]