view .dir-locals.el @ 19595:9e5b64b3c1fe

Fix up documentation for new disable_[range,diagonal_matrix,permutation_matrix] fcns. * NEWS: Announce new functions disable_range, disable_diagonal_matrix, disable_permutation_matrix. * diagperm.txi: Add example showing space savings from using disable_diagonal_matrix. * ov.cc(Fdisable_range): Correct docstring which had cut-and-paste error documenting disable_permutation_matrix instead. Add seealso links to other disable_xxx functions. * ov.cc(Fdisable_diagonal_matrix, Fdisable_permutation_matrix): Add seealso links to other disable_xxx functions.
author Rik <rik@octave.org>
date Sat, 13 Dec 2014 18:41:03 -0800
parents 9ff04de067ce
children
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)
       (eval . (when (and (buffer-file-name)
                          (string-match-p "\\.h\\'" (buffer-file-name))
                          (not (string-match-p "/gnulib/" (buffer-file-name))))
                 (c++-mode)
                 (c-set-style "gnu")))))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))