From fa38d2306fadc99bb1403433517ecf45a24062eb Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 29 Oct 2012 20:45:58 -0400 Subject: Updated documentation formatting. Pathnames and filenames are italic and be more consistent with constant width text. --- modules/cpp/init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/cpp/init.lua') 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 -- cgit v1.2.3