view .dir-locals.el @ 28652:bb0ca2753bc2 stable

update docs for built-in variables (bug #58988) * basics.txi, expr.txi, io.txi, numbers.txi, oop.txi, var.txi: Refer to functions, not built-in variables. Update docs for ans. Correct output of simple expression like "pi" to display "ans =" rather than "pi =".
author John W. Eaton <jwe@octave.org>
date Wed, 26 Aug 2020 13:27:48 -0400
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))))