]> git.eshelyaron.com Git - emacs.git/commitdiff
; ChangeLog.3: Fix typo.
authorNoam Postavsky <npostavs@gmail.com>
Mon, 4 Jun 2018 23:41:21 +0000 (19:41 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Mon, 4 Jun 2018 23:41:21 +0000 (19:41 -0400)
ChangeLog.3

index 42452c3397732002763e845caf41e43e14c6e9b0..6704d0d7169f9f4536889da012b3ae9dc92ffbc8 100644 (file)
        delete-trailing-whitespace: handle read-only text in buffer
 
        * lisp/simple.el (region-modifiable-p): New function.
-       (delete-trailing-whitespace): Us it to avoid trying to delete read-only text.
+       (delete-trailing-whitespace): Use it to avoid trying to delete read-only text.
 
 2016-12-07  Paul Eggert  <eggert@cs.ucla.edu>