view .dir-locals.el @ 100675:7bd3f6af5679

(Help): Fix typos and reword. (Help Summary): Add entries for C-h n and C-h r, reorder entries, and do some minor fixes. (Name Help): Say that C-h F works for commands only. (Misc Help): Say that view-lossage displays 300 keystrokes.
author Martin Rudalics <rudalics@gmx.at>
date Wed, 24 Dec 2008 18:01:06 +0000
parents 38e7317321ea
children 245c01516a02
line wrap: on
line source

((nil . ((indent-tabs-mode . t)
         (tab-width . 8)
         (fill-column . 80)))
 (c-mode . ((c-file-style . "GNU")))
 (change-log-mode . ((add-log-time-zone-rule . t)))
 ("lisp/mail/pmail*"
  . ((nil . ((change-log-default-name . "ChangeLog.pmail"))))))