view .dir-locals.el @ 31611:535492e34f8f stable

doc: Don't use TexInfo @var{} macro "like" for zeros, ones, etc. * data.cc (Fones, Fzeros, FNaN, FNA, Ffalse, Ftrue): Remove @var{} macro which produces capitalized text "LIKE".
author Rik <rik@octave.org>
date Fri, 02 Dec 2022 19:33:07 -0800
parents df203b20cfc6
children
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))