]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/htmlfontify.el (hfy-begin-span-handler): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Mon, 26 Mar 2018 20:12:51 +0000 (16:12 -0400)
committerGlenn Morris <rgm@gnu.org>
Mon, 26 Mar 2018 20:12:51 +0000 (16:12 -0400)
lisp/emacs-lisp/bytecomp.el
lisp/htmlfontify.el

index c179ffcafd6a68682fcae43f09764fc608e95729..d1119e1090390c771238d143a7df33603a003cfe 100644 (file)
@@ -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,
index dfa6bde2972943f5925dca73eab66184a2705091..6ddbbc99f9108db3d100c2d4c6008e87f8e5bf5b 100644 (file)
@@ -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.