diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-06-10 14:02:49 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-06-10 14:02:49 +0000 |
commit | 4f955a15c5870ce75f14e7152fb3db052120a944 (patch) | |
tree | 21b357f8ff95f3a6ae1eb87c7bac6df054772df8 /lisp/filesets.el | |
parent | 643c985df4d3f099ce547bbf10b91cd19391edf4 (diff) | |
download | emacs-4f955a15c5870ce75f14e7152fb3db052120a944.tar.gz |
(filesets-external-viewers): Fix spellings in docstrings.
Diffstat (limited to 'lisp/filesets.el')
-rw-r--r-- | lisp/filesets.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/filesets.el b/lisp/filesets.el index 7bbf55d9823..569207e27c5 100644 --- a/lisp/filesets.el +++ b/lisp/filesets.el @@ -650,8 +650,8 @@ the filename." Has the form ((FILE-PATTERN VIEWER PROPERTIES) ...), VIEWER being either a function or a command name as string. -Properties is an association list determining filesets' behaviour in -several conditions. Choose one from this list: +Properties is an association list determining filesets' behavior in +several conditions. Choose one from this list: :ignore-on-open-all ... Don't open files of this type automatically -- i.e. on open-all-files-events or when running commands |