diff options
author | Ludovic Courtès | 2009-11-27 23:11:42 +0100 |
---|---|---|
committer | Ludovic Courtès | 2009-11-27 23:11:42 +0100 |
commit | cb2c1a2e6bef653cf9b7aa003d8fcfe09fc4eca0 (patch) | |
tree | 5585eaa948bf17cfc8669998c6cb7c3bc2917279 /doc/user/spacing.skb | |
parent | 9b0bac0aec582de9aad4fa7c997f67771dca9836 (diff) | |
download | skribilo-cb2c1a2e6bef653cf9b7aa003d8fcfe09fc4eca0.tar.gz skribilo-cb2c1a2e6bef653cf9b7aa003d8fcfe09fc4eca0.tar.lz skribilo-cb2c1a2e6bef653cf9b7aa003d8fcfe09fc4eca0.zip |
Add `coding:' comments.
Add `coding:' comments for use by both Emacs and Guile 2.x.
Diffstat (limited to 'doc/user/spacing.skb')
-rw-r--r-- | doc/user/spacing.skb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/user/spacing.skb b/doc/user/spacing.skb index d47d2fc..af31d09 100644 --- a/doc/user/spacing.skb +++ b/doc/user/spacing.skb @@ -1,6 +1,7 @@ ;;; spacing.skb -- Spacing. +;;; -*- coding: iso-8859-1 -*- ;;; -;;; Copyright 2007 Ludovic Courtès <ludovic.courtes@laas.fr> +;;; Copyright 2007, 2009 Ludovic Courtès <ludo@gnu.org> ;;; ;;; ;;; This program is free software; you can redistribute it and/or modify @@ -32,5 +33,3 @@ unbreakable and breakable space, respectively:]) (doc-markup '~ '() :common-args '((:class "The node class."))) (doc-markup 'breakable-space '())) - -;;; arch-tag: a6a542b9-6bf0-406d-8cf1-3cfffbdfa40d |