]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorPavel Janík <Pavel@Janik.cz>
Mon, 29 Apr 2002 17:47:04 +0000 (17:47 +0000)
committerPavel Janík <Pavel@Janik.cz>
Mon, 29 Apr 2002 17:47:04 +0000 (17:47 +0000)
lisp/filesets.el

index 61284f942ae9b3b6d27366b72380d4723bdbe50d..a53f2c68389c72c2f3531754969b8b8965b63d4d 100644 (file)
@@ -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.")