summaryrefslogtreecommitdiff
path: root/lisp/mail/supercite.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1999-06-22 22:47:50 +0000
committerKarl Heuer <kwzh@gnu.org>1999-06-22 22:47:50 +0000
commit3f66fcdb622c0ed8408b45ed04320df7c7b2c4fc (patch)
tree9a6819ab57348240f6f483bbe3015eec99fa707e /lisp/mail/supercite.el
parent863312cda6673ae215e55905d7927de589d3c008 (diff)
downloademacs-3f66fcdb622c0ed8408b45ed04320df7c7b2c4fc.tar.gz
(sc-emacs-features): Doc fix.
Diffstat (limited to 'lisp/mail/supercite.el')
-rw-r--r--lisp/mail/supercite.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/mail/supercite.el b/lisp/mail/supercite.el
index ca6f0a81b36..c2295d5a4b3 100644
--- a/lisp/mail/supercite.el
+++ b/lisp/mail/supercite.el
@@ -522,9 +522,9 @@ string."
"A list describing what version of Emacs we're running on.
Known flavors are:
-All GNU18's: (v18 GNU)
-FSF19.x : (v19 GNU)
-Lucid19.x : (v19 Lucid)")
+Emacs 18 : (v18 GNU)
+Emacs 19 or 20 : (v19 GNU)
+Lucid 19 or 20 : (v19 Lucid)")
(defvar sc-tmp-nested-regexp nil
@@ -716,7 +716,7 @@ the list should be unique."
(setq event (read-char)))
((memq 'Lucid sc-emacs-features)
(next-command-event event))
- (t ; must be FSF19
+ (t ; must be Emacs 19
(setq event (read-event))))
(prog1 quit-flag (setq quit-flag nil)))
(progn
@@ -2012,7 +2012,7 @@ before, and `sc-post-hook' is run after the guts of this function."
;; this function gets automatically called. we want point to be a
;; mark so any deleting before point works properly
(let* ((zmacs-regions nil) ; for Lemacs
- (mark-active t) ; for FSFmacs
+ (mark-active t) ; for Emacs
(point (point-marker))
(mark (copy-marker (mark-marker))))