emacs-diffs
[Top][All Lists]
Advanced

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

emacs-27 53933cd: ; * lisp/international/mule.el (define-coding-system):


From: Eli Zaretskii
Subject: emacs-27 53933cd: ; * lisp/international/mule.el (define-coding-system): Doc fix.
Date: Fri, 6 Nov 2020 15:14:42 -0500 (EST)

branch: emacs-27
commit 53933cdf5c8df479897b3c60d8c259d9d9dbc0f2
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/international/mule.el (define-coding-system): Doc fix.
---
 lisp/international/mule.el | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/lisp/international/mule.el b/lisp/international/mule.el
index 86f3d2a..c47f072 100644
--- a/lisp/international/mule.el
+++ b/lisp/international/mule.el
@@ -876,16 +876,23 @@ as an encoding result.
 
 `:inhibit-nul-byte-detection'
 
-VALUE non-nil means Emacs ignore null bytes on code detection.
+VALUE non-nil means Emacs should ignore null bytes on code detection.
 See the variable `inhibit-nul-byte-detection'.  This attribute
 is meaningful only when `:coding-type' is `undecided'.
+If VALUE is t, Emacs will ignore null bytes unconditionally while
+detecting encoding.  If VALUE is non-nil and not t, Emacs will
+ignore null bytes if `inhibit-null-byte-detection' is non-nil.
 
 `:inhibit-iso-escape-detection'
 
-VALUE non-nil means Emacs ignores ISO-2022 escape sequences on
+VALUE non-nil means Emacs should ignore ISO-2022 escape sequences on
 code detection.  See the variable `inhibit-iso-escape-detection'.
 This attribute is meaningful only when `:coding-type' is
 `undecided'.
+If VALUE is t, Emacs will ignore escape sequences unconditionally
+while detecting encoding.  If VALUE is non-nil and not t, Emacs
+will ignore escape sequences if `inhibit-iso-escape-detection' is
+non-nil.
 
 `:prefer-utf-8'
 



reply via email to

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