Mercurial > emacs
view lisp/obsolete/sc.el @ 52840:590f500fb14b
(Edebug Execution Modes): Clarify t.
Document edebug-sit-for-seconds.
(Coverage Testing): Document C-x X = and =.
(Instrumenting Macro Calls): Fix typo.
(Specification List): Don't index the specification keywords.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 13 Oct 2003 19:23:30 +0000 |
parents | 695cf19ef79e |
children | 2b737d6ca0d7 375f2633d815 |
line wrap: on
line source
;;; sc.el --- old name for supercite ;; Maintainer: FSF ;; This file is part of GNU Emacs. ;;; Commentary: ;;; Code: (require 'supercite) (provide 'sc) ;;; arch-tag: 31e8ae19-689e-4b7d-9161-6d7dd60c6ece ;;; sc.el ends here