aboutsummaryrefslogtreecommitdiff
path: root/modules/cpp/init.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-10-29 20:45:58 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-10-29 20:45:58 -0400
commitfa38d2306fadc99bb1403433517ecf45a24062eb (patch)
tree19f286adb6be4cbd7a1b11fc1c880976a01ea9fd /modules/cpp/init.lua
parent6718de08a3f19f8c24c1c4167b05828a7ac0dfd7 (diff)
downloadtextadept-fa38d2306fadc99bb1403433517ecf45a24062eb.tar.gz
textadept-fa38d2306fadc99bb1403433517ecf45a24062eb.zip
Updated documentation formatting.
Pathnames and filenames are italic and be more consistent with constant width text.
Diffstat (limited to 'modules/cpp/init.lua')
-rw-r--r--modules/cpp/init.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/cpp/init.lua b/modules/cpp/init.lua
index 7610e6bf..f4f37127 100644
--- a/modules/cpp/init.lua
+++ b/modules/cpp/init.lua
@@ -18,11 +18,11 @@ local M = {}
-- When to the right of a known symbol, show an autocompletion list of fields
-- and functions.
-- + `Shift+Enter` (`⇧↩` | `S-Enter`)
--- Add `;` to the end of the current line and insert a newline.
+-- Add ';' to the end of the current line and insert a newline.
-- @field sense
-- The C/C++ [Adeptsense](_M.textadept.adeptsense.html).
--- It loads user tags from `_USERHOME/modules/cpp/tags` and user apidocs from
--- `_USERHOME/modules/cpp/api`.
+-- It loads user tags from *`_USERHOME`/modules/cpp/tags* and user apidocs
+-- from *`_USERHOME`/modules/cpp/api*.
module('_M.cpp')]]
local m_editing, m_run = _M.textadept.editing, _M.textadept.run