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

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

[elpa] externals/cape 0f222fc942: Fix typo


From: ELPA Syncer
Subject: [elpa] externals/cape 0f222fc942: Fix typo
Date: Fri, 11 Mar 2022 08:57:23 -0500 (EST)

branch: externals/cape
commit 0f222fc942503ffacec8a22c4466c5abfdc8fe71
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Fix typo
---
 cape.el | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/cape.el b/cape.el
index 4be0bfd398..c87d2bf529 100644
--- a/cape.el
+++ b/cape.el
@@ -256,19 +256,18 @@ auto completion does not pop up too aggressively."
      "until" "use" "utime" "values" "vec" "wait" "waitpid"
      "wantarray" "warn" "while" "write" "x" "xor" "y")
     (php-mode ;; https://www.php.net/manual/reserved.php
-     "Closure" "Generator" "Exception" "Error" "Throwable"
-     "__CLASS__" "__DIR__" "__FILE__" "__FUNCTION__" "__LINE__" "__METHOD__"
-     "__NAMESPACE__" "__TRAIT__"
-     "abstract" "and" "array" "as" "bool" "break" "callable" "case" "catch"
-     "class" "clone" "const" "continue" "declare" "default" "die" "do" "echo"
-     "else" "elseif" "empty" "enddeclare" "endfor" "endforeach" "endif"
-     "endswitch" "endwhile" "enum" "eval" "exit" "extends" "false" "float"
-     "final" "finally" "for" "foreach" "fn" "function" "global" "goto" "if"
+     "Closure" "Error" "Exception" "Generator" "Throwable" "__CLASS__" 
"__DIR__"
+     "__FILE__" "__FUNCTION__" "__LINE__" "__METHOD__" "__NAMESPACE__"
+     "__TRAIT__" "abstract" "and" "array" "as" "bool" "break" "callable" "case"
+     "catch" "class" "clone" "const" "continue" "declare" "default" "die" "do"
+     "echo" "else" "elseif" "empty" "enddeclare" "endfor" "endforeach" "endif"
+     "endswitch" "endwhile" "enum" "eval" "exit" "extends" "false" "final"
+     "finally" "float" "fn" "for" "foreach" "function" "global" "goto" "if"
      "implements" "include" "include_once" "instanceof" "insteadof" "interface"
      "isset" "iterable" "list" "match" "namespace" "new" "null" "object" "or"
      "print" "private" "protected" "public" "readonly" "require" "require_once"
      "return" "self" "static" "string" "switch" "this" "throw" "trait" "true"
-     "try" "unset" "use" "var" "void" "while" "xor" "yield" "yeild from")
+     "try" "unset" "use" "var" "void" "while" "xor" "yield" "yield from")
     (python-mode ;; 
https://docs.python.org/3/reference/lexical_analysis.html#keywords
      "False" "None" "True" "and" "as" "assert" "break" "class" "continue" "def"
      "del" "elif" "else" "except" "exec" "finally" "for" "from" "global" "if"



reply via email to

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