view .dir-locals.el @ 27806:06af06188403

doc: Add missing DOCSTRINGs to Octave manual. * octave.texi: Rename documentation node "URL Manipulation" to "WWW Access". * system.txi: Rename documentation node "URL Manipulation" to "WWW Access". Add paragraph describing the web-related functions available. Add DOCSTRING anchors for "web", "webread", "webwrite", "weboptions". * web.m, weboptions.m, webread.m, webwrite.m: Remove references to "websave" function which does not exist.
author Rik <rik@octave.org>
date Thu, 12 Dec 2019 09:23:53 -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))))