diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-12-29 18:08:04 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-12-29 18:08:04 +0000 |
commit | dd7bd4df5a2b04dc57917705fe66b953ddc752e7 (patch) | |
tree | 4c6b3d2b0caff923d59e5cffd6df62af7d7de933 /lisp/progmodes | |
parent | 6492483f51899bdeb02f69f39e05383492ba71d9 (diff) | |
download | emacs-dd7bd4df5a2b04dc57917705fe66b953ddc752e7.tar.gz |
(hs-emacs-type): Doc fix.
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) |