vhdl-name-doc-string
vhdl-name-doc-string is a variable defined in `
vhdl-mode.el
'.
Its value is
"\n\nFROM REGEXP is a regular expression matching the original name:\n \".*\" matches the entire string\n \"\\(...\\)\" matches a substring\nTO STRING specifies the string to be inserted as new name:\n \"\\&\" means substitute entire matched text\n \"\\N\" means substitute what matched the Nth \"\\(...\\)\"\nExamples:\n \".*\" \"\\&\" inserts original string\n \".*\" \"\\&_i\" attaches \"_i\" to original string\n \"\\(.*\\)_[io]$\" \"\\1\" strips off \"_i\" or \"_o\" from original string\n \".*\" \"foo\" inserts constant string \"foo\"\n \".*\" \"\" inserts empty string"
- This variable may be risky if used as a file-local variable.
Documentation:
Not documented as a variable.