1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-21 18:23:59 +00:00

; * etc/NEWS: Fix indentation.

This commit is contained in:
Michael Albinus 2024-09-10 09:24:33 +02:00
parent 818c0cc9a5
commit ba2190e1ae

View File

@ -3076,7 +3076,7 @@ entire SQL file.
This is appropriate since it is an encoding operation. In the unlikely
event that a multibyte string is needed, the result can be decoded using
(decode-coding-string RESULT 'utf-8)
(decode-coding-string RESULT 'utf-8)
---
*** The parser keeps duplicated object keys in alist and plist output.