summaryrefslogtreecommitdiff
path: root/ChangeLog.3
diff options
context:
space:
mode:
authorNoam Postavsky <npostavs@gmail.com>2018-06-04 19:41:21 -0400
committerNoam Postavsky <npostavs@gmail.com>2018-06-04 19:41:21 -0400
commit26819cd1c0eb91e827c87ad56a7ce965afff5ed2 (patch)
tree036823c57b7b0709a0a6912bc8a9f93d6d523078 /ChangeLog.3
parente35a08ea4bdf08a22c89ec84948fd3db44f6850c (diff)
downloademacs-26819cd1c0eb91e827c87ad56a7ce965afff5ed2.tar.gz
; ChangeLog.3: Fix typo.
Diffstat (limited to 'ChangeLog.3')
-rw-r--r--ChangeLog.32
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index 42452c33977..6704d0d7169 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -37197,7 +37197,7 @@
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>