Mercurial > emacs
changeset 44973:73e9132139f2
Fix typo.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Mon, 29 Apr 2002 17:47:04 +0000 |
parents | 0cdd0e248c05 |
children | cc9283570d1b |
files | lisp/filesets.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/filesets.el Mon Apr 29 13:38:40 2002 +0000 +++ b/lisp/filesets.el Mon Apr 29 17:47:04 2002 +0000 @@ -27,7 +27,7 @@ ;;; Commentary: -;; Define filesets, which can be opened or saved with the power one or +;; Define filesets, which can be opened or saved with the power of one or ;; two mouse clicks only. A fileset is either a list of files, a file ;; pattern, a base directory and a search pattern (for files), or an ;; inclusion group (i.e. a base file including other files). @@ -86,7 +86,7 @@ (eval-and-compile (unless (boundp 'filesets-running-xemacs) (defvar filesets-running-xemacs (string-match "XEmacs\\|Lucid" emacs-version) - "Non-nil means we are runninn XEmacs."))) + "Non-nil means we are running XEmacs."))) (defvar filesets-menu-cache nil "The whole filesets menu.")