emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/phps-mode 81a9f22780 24/27: Decreased length of parser


From: Christian Johansson
Subject: [elpa] externals/phps-mode 81a9f22780 24/27: Decreased length of parser docstrings
Date: Sat, 4 Mar 2023 03:24:58 -0500 (EST)

branch: externals/phps-mode
commit 81a9f2278098d1aafec4f51b44484ae7fd336e12
Author: christian <christian@cvj.se>
Commit: christian <christian@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]