emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 8696038: * lisp/htmlfontify.el (hfy-begin-span-ha


From: Glenn Morris
Subject: [Emacs-diffs] emacs-26 8696038: * lisp/htmlfontify.el (hfy-begin-span-handler): Doc fix.
Date: Mon, 26 Mar 2018 16:13:06 -0400 (EDT)

branch: emacs-26
commit 86960383cf8bd709e08aac483a7f60be2f8c2dcf
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/htmlfontify.el (hfy-begin-span-handler): Doc fix.
---
 lisp/emacs-lisp/bytecomp.el | 4 ++--
 lisp/htmlfontify.el         | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index c179ffc..d1119e1 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -4173,7 +4173,7 @@ Return a list of the form ((TEST . VAR)  ((VALUE BODY) 
...))"
       ;; to be non-nil for generating tags for all cases. Since
       ;; `byte-compile-depth' will increase by at most 1 after compiling
       ;; all of the clause (which is further enforced by cl-assert below)
-      ;; it should be safe to preserve it's value.
+      ;; it should be safe to preserve its value.
       (let ((byte-compile-depth byte-compile-depth))
         (byte-compile-goto 'byte-goto default-tag))
 
@@ -4191,7 +4191,7 @@ Return a list of the form ((TEST . VAR)  ((VALUE BODY) 
...))"
         (let ((byte-compile-depth byte-compile-depth)
               (init-depth byte-compile-depth))
           ;; Since `byte-compile-body' might increase `byte-compile-depth'
-          ;; by 1, not preserving it's value will cause it to potentially
+          ;; by 1, not preserving its value will cause it to potentially
           ;; increase by one for every clause body compiled, causing
           ;; depth/tag conflicts or violating asserts down the road.
           ;; To make sure `byte-compile-body' itself doesn't violate this,
diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el
index dfa6bde..6ddbbc9 100644
--- a/lisp/htmlfontify.el
+++ b/lisp/htmlfontify.el
@@ -1623,8 +1623,8 @@ invisible text.
 
 TEXT-BLOCK is a string that identifies a single chunk of visible
 or invisible text of which the current position is a part.  For
-visible portions, it's value is \"nil\". For invisible portions,
-it's value is computed as part of `hfy-invisible-name'.
+visible portions, its value is \"nil\".  For invisible portions,
+its value is computed as part of `hfy-invisible-name'.
 
 TEXT-ID marks a unique position within a block.  It is set to
 value of `point' at the current buffer position.



reply via email to

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