projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59ff342
)
Fix typo in previous files.el change
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 13 Sep 2021 13:32:20 +0000
(15:32 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 13 Sep 2021 13:32:20 +0000
(15:32 +0200)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 821be1eb2c6a650e02b0f2a02f98cfe8703d7177..3055226ba278d4c0893a9aefab641a1953ad976a 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-2533,7
+2533,7
@@
buffer unibyte, so if this function is used when handling
binary (non-character) data, it can be convenient to make the
buffer unibyte first. This isn't, strictly speaking, necessary,
because multibyte buffers can also deal with raw bytes. See info
-node `(elisp)Character Codes' for details."
)
+node `(elisp)Character Codes' for details."
(let ((format-alist nil)
(after-insert-file-functions nil)
(coding-system-for-read 'no-conversion)