view .dir-locals.el @ 32913:6fba256defcb stable

doc: Note inability to use 'end' within subsXX function docstrings (bug #59737) * libinterp/octave-value/ov.cc (subsref), (subsasgn): Add docstring note mentioning that the end keyword cannot be used in these functions. * scripts/miscellaneous/substruct.m: Add docstring note mentioning that the end keyword cannot be used in subsref and subsasgn functions.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Fri, 02 Feb 2024 20:53:48 -0500
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))))