~ubuntu-branches/ubuntu/utopic/anjuta/utopic-proposed

« back to all changes in this revision

Viewing changes to manuals/anjuta-manual/oc/language-support-cpp-modelines-emacs.page

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Jackson Doak
  • Date: 2014-07-12 15:17:39 UTC
  • mfrom: (1.4.14)
  • Revision ID: package-import@ubuntu.com-20140712151739-p9xy0ntlgbpm2nxq
Tags: 2:3.12.0-1
* Team upload.

[ Jackson Doak ]
* New upstream release
* Drop 03_valac_0.22.patch, fixed upstream\
* debian/control:
  - Bump b-dep version on libgtk-3-dev (>= 3.6.0), libglib2.0-dev (>= 2.34.0)
  - Bump stardards-version to 3.9.5. No changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
  <title>Emacs modelines</title>
18
18
 
19
 
  <p>Such modeline is a comment in the first line of the file, composed by
 
19
  <p>Such modeline is a comment in the first line of the file or the second
 
20
  one if the first contains a shebang (#!). It is composed by
20
21
  a list of variable names followed by <code>:</code> and a value,
21
22
  separated by <code>;</code> and surrounded by <code>-*-</code>.</p>
22
23
 
26
27
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
27
28
  </code>
28
29
 
29
 
  <p>Anjuta support only the following variables.</p>
 
30
  <p>Anjuta supports only the following variables.</p>
30
31
 
31
32
  <terms>
32
33
    <item>