view .dir-locals.el @ 18473:2b01c11197d6 gui-release

Fix contraction of '--' to '-' in Info format of Line Styles (bug #41585) * plot.txi: Can't use @qcode macro for '--' because it doesn't create a verbatim environment like @code. In this case, '--' is replaced by single en-dash in Info format. Instead, use explicit @ifinfo and @verb blocks to create '--' in Info format. * DASPK-opts.in: Add missing escaped quote (\") to documentation. * validateattributes.m: Remove extra ',' typo and end of @qcode instantiation.
author Rik <rik@octave.org>
date Sun, 16 Feb 2014 10:26:49 -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))))