diff options
Diffstat (limited to 'lisp/progmodes')
-rw-r--r-- | lisp/progmodes/hideshow.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/hideshow.el b/lisp/progmodes/hideshow.el index 17b24e00fe3..c49c7ea4da3 100644 --- a/lisp/progmodes/hideshow.el +++ b/lisp/progmodes/hideshow.el @@ -157,7 +157,7 @@ character is either `(' or `)' -- `hs-forward-sexp-func' would just be is necessary.") (defvar hs-emacs-type 'fsf - "Used to support both FSF Emacs and Xemacs.") + "Used to support both Emacs and XEmacs.") (eval-when-compile (if (string-match "xemacs\\|lucid" emacs-version) |