diff options
| -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 | |||
| 157 | is necessary.") | 157 | is necessary.") |
| 158 | 158 | ||
| 159 | (defvar hs-emacs-type 'fsf | 159 | (defvar hs-emacs-type 'fsf |
| 160 | "Used to support both FSF Emacs and Xemacs.") | 160 | "Used to support both Emacs and XEmacs.") |
| 161 | 161 | ||
| 162 | (eval-when-compile | 162 | (eval-when-compile |
| 163 | (if (string-match "xemacs\\|lucid" emacs-version) | 163 | (if (string-match "xemacs\\|lucid" emacs-version) |