]> code.delx.au - gnu-emacs-elpa/commitdiff
Replaced 'shadow' with 'override' throughout documentation
authorPhil Hudson <phil.hudson@iname.com>
Mon, 13 Apr 2015 14:08:24 +0000 (15:08 +0100)
committerPhil Hudson <phil.hudson@iname.com>
Mon, 13 Apr 2015 14:08:24 +0000 (15:08 +0100)
It is hoped that this will add clarity.

* yasnippet.el, doc/snippet-organization.org (documentation):
  Replaced 'shadow' with 'override' globally.

doc/snippet-organization.org
yasnippet.el

index ee55a8efb6a6be1d5bc43004ed189ace6281bf20..abe62adca58bf2dbe93af0b76bde292ed534bc54 100644 (file)
@@ -48,7 +48,7 @@
                                   '("~/Downloads/interesting-snippets")))
    #+end_src
 
-   Collections appearing earlier in the list shadow snippets with same names
+   Collections appearing earlier in the list override snippets with same names
    appearing in collections later in the list. [[sym:yas-new-snippet][=yas-new-snippet=]] always stores
    snippets in the first collection.
 
index 16278cca3ee295b02f7d22ebd2909b9fce468ac5..45702e4595ad788c92845d986b0f2864556b4e6a 100644 (file)
@@ -41,7 +41,7 @@
 ;;           stored.  Can also be a list of directories.  In that case,
 ;;           when used for bulk (re)loading of snippets (at startup or
 ;;           via `yas-reload-all'), directories appearing earlier in
-;;           the list shadow other dir's snippets.  Also, the first
+;;           the list override other dir's snippets.  Also, the first
 ;;           directory is taken as the default for storing the user's
 ;;           new snippets.
 ;;
@@ -165,7 +165,7 @@ Each element, a string or a symbol whose value is a string,
 designates a top-level directory where per-mode snippet
 directories can be found.
 
-Elements appearing earlier in the list shadow later elements'
+Elements appearing earlier in the list override later elements'
 snippets.
 
 The first directory is taken as the default for storing snippet's
@@ -4292,7 +4292,7 @@ When multiple expressions are found, only the last one counts."
                    (or (and fallback
                             (format "call command `%s'."
                                     (pp-to-string fallback)))
-                       "do nothing (`yas-expand' doesn't shadow\nanything).")))
+                       "do nothing (`yas-expand' doesn't override\nanything).")))
                 ((eq yas-fallback-behavior 'return-nil)
                  "do nothing.")
                 (t "defer to `yas-fallback-behavior' (which see)."))))