]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in previous files.el change
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 13 Sep 2021 13:32:20 +0000 (15:32 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 13 Sep 2021 13:32:20 +0000 (15:32 +0200)
lisp/files.el

index 821be1eb2c6a650e02b0f2a02f98cfe8703d7177..3055226ba278d4c0893a9aefab641a1953ad976a 100644 (file)
@@ -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)