Mercurial > emacs
view lisp/obsolete/sc.el @ 42196:36ab766521c0
(isearch-forward, isearch-edit-string): Make doc
strings mention keybinding for `isearch-yank-word-or-char',
rather than `isearch-yank-word', since the former is bound now
and the latter is not.
(isearch-yank-word-or-char): Fix formatting.
author | Karl Fogel <kfogel@red-bean.com> |
---|---|
date | Wed, 19 Dec 2001 22:48:02 +0000 |
parents | c0ba1d102e9d |
children | 695cf19ef79e d7ddb3e565de |
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) ;;; sc.el ends here