aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2002-04-29 17:47:04 +0000
committerPavel Janík2002-04-29 17:47:04 +0000
commitb3ea44f844beab3931908723563a5f98abf0305a (patch)
treedc3d6c4c361575b02f52f0b52b2859cdc8bd1815
parent2461722b823ba631ec1fd568beca0a4b8e94c52d (diff)
downloademacs-b3ea44f844beab3931908723563a5f98abf0305a.tar.gz
emacs-b3ea44f844beab3931908723563a5f98abf0305a.zip
Fix typo.
-rw-r--r--lisp/filesets.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/filesets.el b/lisp/filesets.el
index 61284f942ae..a53f2c68389 100644
--- a/lisp/filesets.el
+++ b/lisp/filesets.el
@@ -27,7 +27,7 @@
27 27
28;;; Commentary: 28;;; Commentary:
29 29
30;; Define filesets, which can be opened or saved with the power one or 30;; Define filesets, which can be opened or saved with the power of one or
31;; two mouse clicks only. A fileset is either a list of files, a file 31;; two mouse clicks only. A fileset is either a list of files, a file
32;; pattern, a base directory and a search pattern (for files), or an 32;; pattern, a base directory and a search pattern (for files), or an
33;; inclusion group (i.e. a base file including other files). 33;; inclusion group (i.e. a base file including other files).
@@ -86,7 +86,7 @@
86(eval-and-compile 86(eval-and-compile
87 (unless (boundp 'filesets-running-xemacs) 87 (unless (boundp 'filesets-running-xemacs)
88 (defvar filesets-running-xemacs (string-match "XEmacs\\|Lucid" emacs-version) 88 (defvar filesets-running-xemacs (string-match "XEmacs\\|Lucid" emacs-version)
89 "Non-nil means we are runninn XEmacs."))) 89 "Non-nil means we are running XEmacs.")))
90 90
91(defvar filesets-menu-cache nil 91(defvar filesets-menu-cache nil
92 "The whole filesets menu.") 92 "The whole filesets menu.")