Fix typo in previous files.el change
This commit is contained in:
parent
59ff342869
commit
5ee05fa75d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue