view .dir-locals.el @ 31257:2deb14b9ad27

Replace all occurrences of @seealso in docstring with @xseealso (bug #63141). * scripts/help/__makeinfo__.m: Avoid greedy regular expression to match too many characters. Loop over and replace all matches of "@seealso".
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 01 Oct 2022 13:36:56 +0200
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))))