branch: externals/phps-mode commit 81a9f2278098d1aafec4f51b44484ae7fd336e12 Author: christian <christ...@cvj.se> Commit: christian <christ...@cvj.se>
Decreased length of parser docstrings --- phps-mode-parser.el | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/phps-mode-parser.el b/phps-mode-parser.el index 65afa0b3dc..ee9b559e53 100644 --- a/phps-mode-parser.el +++ b/phps-mode-parser.el @@ -312,7 +312,10 @@ translation translation-symbol-table-list history) - "Perform a LR-parse via lex-analyzer, optionally PERFORM-SDT means to perform syntax-directed translation and optioanlly start at INPUT-TAPE-INDEX with PUSHDOWN-LIST, OUTPUT, TRANSLATION, TRANSLATION-SYMBOL-TABLE-LIST and HISTORY." + "Perform a LR-parse via lex-analyzer, optionally PERFORM-SDT means to + perform syntax-directed translation and optioanlly start at + INPUT-TAPE-INDEX with PUSHDOWN-LIST, OUTPUT, TRANSLATION, + TRANSLATION-SYMBOL-TABLE-LIST and HISTORY." (unless input-tape-index (setq input-tape-index 1)) (unless pushdown-list @@ -738,7 +741,8 @@ output translation history) - "Perform a LR-parse via lex-analyzer, optionally at INPUT-TAPE-INDEX with PUSHDOWN-LIST, OUTPUT, TRANSLATION and HISTORY." + "Perform a LR-parse via lex-analyzer, optionally at INPUT-TAPE-INDEX + with PUSHDOWN-LIST, OUTPUT, TRANSLATION and HISTORY." (let ((result (phps-mode-parser--parse nil @@ -756,7 +760,8 @@ output translation history) - "Perform a LR-parse via lex-analyzer, optionally at INPUT-TAPE-INDEX with PUSHDOWN-LIST, OUTPUT, TRANSLATION and HISTORY." + "Perform a LR-parse via lex-analyzer, optionally at INPUT-TAPE-INDEX + with PUSHDOWN-LIST, OUTPUT, TRANSLATION and HISTORY." (let ((result (phps-mode-parser--parse t