emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Control characters in doc strings


From: Emanuel Berg
Subject: Re: Control characters in doc strings
Date: Sat, 24 Feb 2024 12:19:20 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Eli Zaretskii wrote:

> progmodes/cc-langs.el:682:18: Warning: docstring contains
> control char #x0d (position 15)

That is carriage return (cr), or ^M (not the actual char).

C-x 8 RET d RET

> control char #x0c (position 9)
> progmodes/cc-langs.el:841:18: Warning: docstring contains

That is form feed (ff), or ^L.

C-x 8 RET c RET

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]